Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsiaw committed Sep 8, 2023
1 parent 9295828 commit 14e33b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cloud_formation/executor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def logger
@logger ||= ActiveSupport::TaggedLogging.new(Logger.new(STDOUT))
end

def putlog(logstring, severity: :info)
def putlog(severity, logstring)
logger.tagged("stack:#{stack&.name}") do
logger.public_send(severity) { logstring }
end
Expand Down

0 comments on commit 14e33b0

Please sign in to comment.