Skip to content

Commit

Permalink
Print the Droplet ID after create
Browse files Browse the repository at this point in the history
  • Loading branch information
lachesis committed Jun 21, 2017
1 parent d9e98b1 commit 5d7dc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tugboat/middleware/create_droplet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def call(env)
exit 1
end

say 'Droplet created!'
say "Droplet created! Droplet ID is #{response.droplet[:id]}"

@app.call(env)
end
Expand Down

0 comments on commit 5d7dc01

Please sign in to comment.