Skip to content

Commit

Permalink
removed explicit string conversation for applicance
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhir-kelkar committed Jul 9, 2024
1 parent 4f2ff98 commit fbb844b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/opentofu_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def unit_environment_variables
"PORT" => container_port,
"OPENTOFU_RUNNER_IMAGE" => container_image,
"LOG4JS_LEVEL" => ::Settings.log.level_embedded_terraform,
"TF_OFFLINE" => worker_settings[:opentofu_offline].to_s
"TF_OFFLINE" => worker_settings[:opentofu_offline]
}
end

Expand Down

0 comments on commit fbb844b

Please sign in to comment.