Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Jul 25, 2024
1 parent 64d2dde commit 5322dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/exec/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { exec } from "../../util/util.js"
import type { Log } from "../../logger/log-entry.js"
import type { PluginContext } from "../../plugin-context.js"
import type { ResolvedExecAction } from "./config.js"
import { RuntimeError, toGardenError } from "../../exceptions.js"
import { RuntimeError } from "../../exceptions.js"

export function getDefaultEnvVars(action: ResolvedExecAction) {
return {
Expand Down

0 comments on commit 5322dce

Please sign in to comment.