Skip to content

Commit

Permalink
Quick update
Browse files Browse the repository at this point in the history
  • Loading branch information
s0kil committed Sep 4, 2018
1 parent 7e4539b commit 7a460aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/init.cr
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Mint

def run
name = arguments.name || ""
if name.size > 0
if !name.empty?
execute "Initializing a new project" do
Scaffold.run(name)
end
Expand Down

0 comments on commit 7a460aa

Please sign in to comment.