summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorechohack <echohack@users.noreply.github.com>2019-06-19 11:15:39 -0700
committerechohack <echohack@users.noreply.github.com>2019-06-19 11:15:39 -0700
commit2aa16f1e17932aeb22feb21b68282fec26620013 (patch)
tree70a3adf4d31a3c4c72db27506a930c0772cce44a
parentf59239c0977b9ae58936264fe9a6a26d1143f677 (diff)
downloadchef-2aa16f1e17932aeb22feb21b68282fec26620013.tar.gz
make rubocop happy
Signed-off-by: echohack <echohack@users.noreply.github.com>
-rw-r--r--habitat-packages/chef-client/config/client.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/habitat-packages/chef-client/config/client.rb b/habitat-packages/chef-client/config/client.rb
index db38c62510..0572188de3 100644
--- a/habitat-packages/chef-client/config/client.rb
+++ b/habitat-packages/chef-client/config/client.rb
@@ -1,3 +1,4 @@
+# rubocop:disable Lint/Syntax
chef_repo_path "{{pkg.svc_data_path}}/chef"
file_backup_path "{{pkg.svc_data_path}}/{{cfg.file_backup_path}}"
pid_file "{{pkg.svc_data_path}}/{{cfg.pid_file}}"