Skip to content

Commit

Permalink
fixed files to file (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiveerk authored Nov 29, 2022
1 parent b9a9965 commit 8ce7d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strategyHelpers/deploymentHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ async function labelResources(
const labelResults = []
for (const file of files) {
try {
const labelResult = await kubectl.labelFiles(files, labels)
const labelResult = await kubectl.labelFiles(file, labels)
labelResults.push(labelResult)
} catch (e) {
core.warning(`failed to annotate resource: ${e}`)
Expand Down

0 comments on commit 8ce7d1d

Please sign in to comment.