Skip to content

Commit

Permalink
fixed openssl usage
Browse files Browse the repository at this point in the history
  • Loading branch information
yorek committed Feb 27, 2020
1 parent a4b0427 commit 0ac581c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _common/generate-solution-name.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Strict mode, fail on any error
set -euo pipefail

echo `openssl rand 5 -base64 | cut -c1-7 | tr '[:upper:]' '[:lower:]' | tr -cd '[[:alnum:]]._-'`
echo `openssl rand -base64 5 | cut -c1-7 | tr '[:upper:]' '[:lower:]' | tr -cd '[[:alnum:]]._-'`

0 comments on commit 0ac581c

Please sign in to comment.