Skip to content

Commit f9b1071

Browse files
Fix typo in Travis
1 parent 88a8fec commit f9b1071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before_deploy:
3232
- git remote set-url origin https://github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration.git
3333
- export GIT_TAG=v1.0.$TRAVIS_BUILD_NUMBER
3434
- git tag $GIT_TAG -a -m "Tag Generated from TravisCI for build $TRAVIS_BUILD_NUMBER"
35-
- git push -q https://${GH_TOKEN}@github.com/Stevie-Ray/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
35+
- git push -q https://${GH_TOKEN}@github.com/mitchellkrogza/Travis-CI-Nginx-for-Testing-Nginx-Configuration --tags
3636
- ls -aR
3737
deploy:
3838
provider: releases

0 commit comments

Comments
 (0)