Skip to content

Commit

Permalink
Tpyo
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Gursoy committed Dec 20, 2012
1 parent bf9071e commit 61217a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-deploy
Expand Up @@ -213,7 +213,7 @@ sub do_interactive_revert {
$$rmessage= "$ENV{USER} has instructed git-deploy to begin an automated revert of $prefix.\n\n"
. "The live tag that we are reverting from is: $printed[0]\n\n"
. "We will revert to the code previously rolled out as tag $printed[$input-1]\n\n"
. "NOTE that a new tag will be generated for the code when it is synchronzied.\n\n";
. "NOTE that a new tag will be generated for the code when it is synchronized.\n\n";

# If we get time someday we should make this happen after the revert is complete, and get the
# user to enter in why they did a revert. But for now we wont, as every second during a revert
Expand Down

0 comments on commit 61217a3

Please sign in to comment.