Skip to content

Commit

Permalink
Fix git add command
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Dec 30, 2011
1 parent b3aed87 commit 903a9a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron.sh
Expand Up @@ -16,7 +16,7 @@ COMMENT="Push $(VERSION) at $(date -u)."
$INC_DIR/download.sh "${VERSION}" "${ZIP}"
$INC_DIR/build.sh "${DIR}" "${ZIP}"

git add -a .
git add .
git add -u
git commit -m "$COMMENT"
git push
Expand Down

0 comments on commit 903a9a6

Please sign in to comment.