Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
fix two minor typos in the ui.error message
Browse files Browse the repository at this point in the history
  • Loading branch information
warwickp committed Jan 28, 2014
1 parent c47e193 commit 2cd2f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/knife/rackspace_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def region_warning_for_v1

def connection_params(options={})
unless locate_config_value(:rackspace_region)
ui.error "Please specify region via the command line using the --rackpace-region switch oradd a knife[:rackspace_region] = REGION to your knife file."
ui.error "Please specify region via the command line using the --rackspace-region switch or add a knife[:rackspace_region] = REGION to your knife file."
exit 1
end

Expand Down

0 comments on commit 2cd2f96

Please sign in to comment.