Skip to content

Commit 783fa80

Browse files
committed
Make lintastic
1 parent ec05fcd commit 783fa80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbooks/boxcutter_sonatype/recipes/default.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@
306306
JSON::ParserError
307307
Chef::Log.info('Nexus: could not set anonymous with bootstrap password; continuing bootstrap...')
308308
rescue StandardError => err
309-
Chef::Log.warn("Nexus: unexpected error setting anonymous with bootstrap password (#{err.class}: #{err.message}); continuing...")
309+
Chef::Log.warn('Nexus: unexpected error setting anonymous with bootstrap ' \
310+
"password (#{err.class}: #{err.message}); continuing...")
310311
end
311312

312313
# Now change admin password to managed password

0 commit comments

Comments
 (0)