Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Feb 6, 2024
1 parent 83f6b1c commit 570333d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ const createDeployment = async (project, options) => {
}

if (this._logPassthrough) {
localPod.spec.containers[0].env.push({ name: "FORGE_LOG_PASSTHROUGH", value: "true" })
localPod.spec.containers[0].env.push({ name: 'FORGE_LOG_PASSTHROUGH', value: 'true' })
}

if (this._app.config.driver.options.projectSelector) {
Expand Down

0 comments on commit 570333d

Please sign in to comment.