Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yakloinsteak committed Sep 19, 2024
1 parent 5814a9b commit 19424e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/docker/lib/asset_compiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def better_system(cmd)
puts "Running: #{cmd}"
return if system(cmd)

puts "======== And it failed"
puts '======== And it failed'
exit 1
end
end

0 comments on commit 19424e5

Please sign in to comment.