Skip to content

Commit

Permalink
Remove bin/ relative path from executable in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wsargent committed Jun 27, 2011
1 parent 3d13b36 commit 1cc6653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -24,7 +24,7 @@ tasks with a BetaBrite? It can all happen.
gem.homepage = "http://github.com/wsargent/toodledo"
gem.authors = ["Will Sargent"]

gem.executables = [ 'bin/toodledo' ]
gem.executables = [ 'toodledo' ]

gem.add_dependency('cmdparse')
gem.add_dependency('highline')
Expand Down

0 comments on commit 1cc6653

Please sign in to comment.