Skip to content

Commit

Permalink
amended initialization script
Browse files Browse the repository at this point in the history
  • Loading branch information
quffaro committed Feb 4, 2024
1 parent e48e6fe commit 579c890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ usage="This script is for initializing the template with the new repository name
Example:\n
./init.sh ${DEFAULT_REPO} ${DEFAULT_UUID}"

REPO={$1:-$(echo "${PWD##*/}")}
REPO=${1:-"${PWD##*/}"}
UUID=${2:-$(uuidgen)}

# set to lowercase
Expand Down

0 comments on commit 579c890

Please sign in to comment.