Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #184 from linc01n/fix-syntax-error
Browse files Browse the repository at this point in the history
Fix ruby syntax error
  • Loading branch information
linc01n authored Jun 14, 2017
2 parents 0947199 + 687616f commit 0d89218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/stash.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ def handle_old_stash_attributes!
Chef::Log.warn "node['stash']['backup_client']['#{attr}'] has been changed to node['stash']['backup']['#{attr}']"
show_warn = true
end
Chef::Log.warn <<~EOH if show_warn
Chef::Log.warn <<-EOH if show_warn
This renaming introduces the common approach for both of backup strategies:
'backup_client' and 'backup_diy'. Attributes mentioned above will be gracefully
converted for you, but this warning and conversion will be removed in the next
major release of the 'stash' cookbook.
EOH
EOH
end
# rubocop:enable Metrics/AbcSize

Expand Down

0 comments on commit 0d89218

Please sign in to comment.