diff --git a/lib/gli/commands/scaffold.rb b/lib/gli/commands/scaffold.rb index d57d4068..2e4b28fc 100644 --- a/lib/gli/commands/scaffold.rb +++ b/lib/gli/commands/scaffold.rb @@ -279,7 +279,7 @@ def self.mk_binfile(root_dir,create_ext_dir,force,dry_run,project_name,commands) rescue LoadError STDERR.puts "In development, you need to use `bundle exec bin/todo` to run your app" STDERR.puts "At install-time, RubyGems will make sure lib, etc. are in the load path" - STDERR.puts "Feel free to remove this message from bin/todo now" + STDERR.puts "Feel free to remove this message from bin/#{project_name} now" exit 64 end