Skip to content

Commit

Permalink
improvment: satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
stefreak committed Jan 3, 2023
1 parent d0032f0 commit 005af72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions core/test/integ/src/plugins/exec/resolve.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { expect } from "chai"
import execa from "execa"
import { remove, readFile } from "fs-extra"
import { readFile } from "fs-extra"
import { join } from "node:path"
import { getDataDir, makeTestGarden, TestGarden } from "../../../../helpers"

Expand Down
2 changes: 1 addition & 1 deletion plugins/terraform/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function makeRootCommand(commandName: string) {
// Clear the provider status cache, to avoid any user confusion
const cachePath = getProviderStatusCachePath({
gardenDirPath: ctx.gardenDirPath,
pluginName: provider.name
pluginName: provider.name,
})
await remove(cachePath)

Expand Down

0 comments on commit 005af72

Please sign in to comment.