diff --git a/git-deploy.sh b/git-deploy.sh index 500dd173..1606790d 100755 --- a/git-deploy.sh +++ b/git-deploy.sh @@ -2,7 +2,7 @@ echo "Add files and do local commit" git add . -git commit -am "Welcome to Stack Simplify" +git commit -am "Welcome Stack Simplify" echo "Pushing to Github Repository" git push