Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Correct commit message for website deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Nov 7, 2012
1 parent a47f5bb commit 7f98b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_website.sh
Expand Up @@ -29,7 +29,7 @@ cp -R ../website/* .
# Stage all files in git and create a commit
git add .
git add -u
git commit -m "Website at ${date}"
git commit -m "Website at $(date)"

# Push the new files up to GitHub
git push origin gh-pages
Expand Down

0 comments on commit 7f98b59

Please sign in to comment.