Skip to content

Commit

Permalink
print with string interpolation if target is not a folder -> output t…
Browse files Browse the repository at this point in the history
…arget name
  • Loading branch information
Benny1992 committed Feb 16, 2014
1 parent f06b8af commit b9d427a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/blogengine/command_line_interface.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def run(target)

Rack::Server.start(app: app, Port: config['Port'], server: config['Server'])
else
print 'Target is not a folder!'
print "#{target} is not a folder!"
end
end
end
Expand Down

0 comments on commit b9d427a

Please sign in to comment.