Skip to content

Commit

Permalink
Fixed 'rake exec'
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Marcais committed Oct 5, 2015
1 parent 475f38c commit 02ad5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ end

desc "Create a single file executable"
task :exec do |t|
create_binary("bin/yaggo", "yaggo")
create_binary("lib/yaggo/main.rb", "yaggo")
end

0 comments on commit 02ad5af

Please sign in to comment.