Skip to content

Commit

Permalink
symbolize the scm
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanheim committed Aug 8, 2009
1 parent 21b700d commit dedd4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cap_gun/presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def branch
end

def git_details
return unless capistrano[:scm] == :git
return unless capistrano[:scm].to_sym == :git
<<-EOL
#{branch}
#{git_log}
Expand Down

0 comments on commit dedd4ca

Please sign in to comment.