summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <lance@osuosl.org>2021-04-09 16:41:27 -0700
committerLance Albertson <lance@osuosl.org>2021-04-09 16:41:27 -0700
commit09bcb4b26e6e1de10829e49a6879a0e53822062b (patch)
tree1feb47e8f77cbbd87293fb0d127c9c9dee52019b
parentc9eacde882fc413627168c557853fef2bd6aa49e (diff)
downloadchef-09bcb4b26e6e1de10829e49a6879a0e53822062b.tar.gz
Fix typo
Signed-off-by: Lance Albertson <lance@osuosl.org>
-rw-r--r--chef-utils/lib/chef-utils/dist.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/dist.rb b/chef-utils/lib/chef-utils/dist.rb
index 1819aefb0b..42e9ec2b9f 100644
--- a/chef-utils/lib/chef-utils/dist.rb
+++ b/chef-utils/lib/chef-utils/dist.rb
@@ -88,7 +88,7 @@ module ChefUtils
end
class Workstation
- # The suffix for Chef Workstion's /opt/chef-workstation or C:\\opscode\chef-workstation
+ # The suffix for Chef Workstation's /opt/chef-workstation or C:\\opscode\chef-workstation
DIR_SUFFIX = "chef-workstation"
end