Skip to content

Commit

Permalink
Fixes #330
Browse files Browse the repository at this point in the history
  • Loading branch information
HLFH committed Dec 9, 2024
1 parent 495b3cd commit 17cf2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/commands/auditor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def record(line, **details)
combine \
[ :mkdir, "-p", config.run_directory ],
append(
[ :echo, audit_tags(**details).except(:version, :service_version, :service).to_s, line ],
[ :echo, "\"#{audit_tags(**details).except(:version, :service_version, :service).to_s}\"", "\"#{line}\""],
audit_log_file
)
end
Expand Down

0 comments on commit 17cf2b0

Please sign in to comment.