Skip to content

Commit

Permalink
Merge pull request #3 from rknell/patch-2
Browse files Browse the repository at this point in the history
Update domains.rb
  • Loading branch information
SebastianSzturo committed Apr 3, 2015
2 parents 60e7b2f + de5e0c6 commit 4604add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dokku_cli/domains.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def domains

desc "domains:add DOMAIN", "Add a custom domain to the app"
def domains_add(custom_domain)
run_command "domains:set #{app_name} #{custom_domain}"
run_command "domains:add #{app_name} #{custom_domain}"
end

desc "domains:clear","Clear all custom domains for app"
Expand Down

0 comments on commit 4604add

Please sign in to comment.