Skip to content

Commit

Permalink
Fixed ti tag, shouldnt dump stacktrace
Browse files Browse the repository at this point in the history
- `ti tag` was throwing a stacktrace instead of failing gracefully.
  parser() was being called [incorrectly], but usage() is the
  correct command.
  • Loading branch information
jeffWelling committed Aug 8, 2012
1 parent 887d681 commit 2e35089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ticgit-ng/command/tag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def execute
else
puts 'You need to at least specify one tag to add'
puts
puts parser
puts usage
end
end
end
Expand Down

0 comments on commit 2e35089

Please sign in to comment.