summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Hariton <aleksey.hariton@gmail.com>2022-01-31 09:41:05 +0300
committerAleksey Hariton <aleksey.hariton@gmail.com>2022-02-02 17:30:51 +0300
commit6306df910f7a094ec7fee714219f2612a626ef5b (patch)
tree4381edc8fac161c1efea41fa2b95cebe306960fb
parent092a23af890dcc651d9b8c1156aa3aa8013f5da4 (diff)
downloadchef-6306df910f7a094ec7fee714219f2612a626ef5b.tar.gz
chore: remove trailing whitespace
Signed-off-by: Aleksey Hariton <aleksey.hariton@gmail.com>
-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 1c94319577..bb77ef2c24 100644
--- a/chef-utils/lib/chef-utils/dist.rb
+++ b/chef-utils/lib/chef-utils/dist.rb
@@ -115,7 +115,7 @@ module ChefUtils
SERVER_DOCS = "https://docs.chef.io/server/"
# OS user for server
- SYSTEM_USER = "opscode"
+ SYSTEM_USER = "opscode"
end
class Solo