summaryrefslogtreecommitdiff
path: root/lib/chef/knife/user_key_show.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/user_key_show.rb')
-rw-r--r--lib/chef/knife/user_key_show.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/knife/user_key_show.rb b/lib/chef/knife/user_key_show.rb
index b8453dd28e..b7e3bcb4d7 100644
--- a/lib/chef/knife/user_key_show.rb
+++ b/lib/chef/knife/user_key_show.rb
@@ -16,7 +16,7 @@
# limitations under the License.
#
-require 'chef/knife'
+require "chef/knife"
class Chef
class Knife
@@ -46,11 +46,11 @@ class Chef
end
def actor_missing_error
- 'You must specify a user name'
+ "You must specify a user name"
end
def keyname_missing_error
- 'You must specify a key name'
+ "You must specify a key name"
end
def service_object