Skip to content

Commit

Permalink
Merge f6de0e4 into b1d70ff
Browse files Browse the repository at this point in the history
  • Loading branch information
simlegate committed Jan 20, 2014
2 parents b1d70ff + f6de0e4 commit 030b17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tmuxinator/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def delete(project)
if Tmuxinator::Config.exists?(project)
config = "#{Tmuxinator::Config.root}/#{project}.yml"

if yes?("Are you sure you want to delete #{project}?", :red)
if yes?("Are you sure you want to delete #{project}?(y/n)", :red)
FileUtils.rm(config)
say "Deleted #{project}"
end
Expand Down

0 comments on commit 030b17d

Please sign in to comment.