Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Commit

Permalink
Added default web UI value (Hosted Chef) to pass tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
leftathome committed May 29, 2013
1 parent 9a5fc66 commit 6c49cd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/chef-rundeck
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ class ChefRundeckCLI
option :web_ui_url,
:short => "-w WEB_UI_URL",
:long => "--web-ui-url WEB_UI_URL",
:description => "The base URL of the Chef Web UI"
:description => "The base URL of the Chef Web UI",
:default => "https://manage.opscode.com"

option :port,
:short => "-p PORT",
Expand Down

0 comments on commit 6c49cd1

Please sign in to comment.