Skip to content

Commit eb97664

Browse files
Fixed arg formatting
1 parent 855559a commit eb97664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ async function run() {
222222
]
223223

224224
if (schemaLocation) {
225-
kubevalArgs[2] = `"${schemaLocation}"`
225+
kubevalArgs[2] = `${schemaLocation}`
226226
}
227227

228228
process.env.XDG_DATA_HOME = "/root/.local/share"

0 commit comments

Comments
 (0)