Skip to content

Commit

Permalink
missed a brace (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
circa10a authored Jan 13, 2019
1 parent 9a972f4 commit dd0864a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ for i in $(ls *.rpi); do
done

# Git tags
git remote set-url origin "https://${GITHUB_USER:${GITHUB_API_KEY}@github.com/${NAMESPACE}.git" && \
git remote set-url origin "https://${GITHUB_USER}:${GITHUB_API_KEY}@github.com/${NAMESPACE}.git" && \
git tag "${VERSION}" && \
git push --tags
git push --tags

0 comments on commit dd0864a

Please sign in to comment.