Skip to content

Commit b6de9fd

Browse files
authored
Remove spacing applied to explain log (#80)
1 parent e511274 commit b6de9fd

File tree

1 file changed

+1
-1
lines changed
  • lib/puppet/functions/azure_key_vault

1 file changed

+1
-1
lines changed

lib/puppet/functions/azure_key_vault/lookup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def lookup_key(secret_name, options, context)
3030
end
3131

3232
normalized_secret_name = TragicCode::Azure.normalize_object_name(secret_name, options['key_replacement_token'] || '-')
33-
context.explain { " Using normalized KeyVault secret key for lookup: #{normalized_secret_name}" }
33+
context.explain { "Using normalized KeyVault secret key for lookup: #{normalized_secret_name}" }
3434
return context.cached_value(normalized_secret_name) if context.cache_has_key(normalized_secret_name)
3535
access_token = context.cached_value('access_token')
3636
if access_token.nil?

0 commit comments

Comments
 (0)