Skip to content

Commit 4604add

Browse files
Merge pull request #3 from rknell/patch-2
Update domains.rb
2 parents 60e7b2f + de5e0c6 commit 4604add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dokku_cli/domains.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def domains
88

99
desc "domains:add DOMAIN", "Add a custom domain to the app"
1010
def domains_add(custom_domain)
11-
run_command "domains:set #{app_name} #{custom_domain}"
11+
run_command "domains:add #{app_name} #{custom_domain}"
1212
end
1313

1414
desc "domains:clear","Clear all custom domains for app"

0 commit comments

Comments
 (0)