lib/chicken_soup/capabilities/git.rb in chicken_soup-0.0.4 vs lib/chicken_soup/capabilities/git.rb in chicken_soup-0.0.5

- old
+ new

@@ -1,9 +1,9 @@ ###################################################################### # GIT TASKS # ###################################################################### Capistrano::Configuration.instance(:must_exist).load do - # before 'deploy:cleanup', 'deploy:tag' + before 'deploy:cleanup', 'deploy:tag' namespace :deploy do desc <<-DESC Tags the deployed Git commit with the timestamp and environment it was deployed to.