Skip to content

Commit

Permalink
Revert "fix: incorrect datetime format"
Browse files Browse the repository at this point in the history
This reverts commit edcb27a.
  • Loading branch information
sbstjn committed Feb 4, 2021
1 parent edcb27a commit b604f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git clone git@github.com:superwerker/quickstart-superwerker.git .
git checkout develop
git pull origin develop

BRANCH_NAME=update-$(date +'%Y-%m-%dT%H:%M:%S')
BRANCH_NAME=update-$(date +'%Y-%m-%dT%H-%M-%S')

git checkout -b $BRANCH_NAME

Expand Down

0 comments on commit b604f7f

Please sign in to comment.