Skip to content

Commit fe61451

Browse files
authored
Call diff.exe directly on Windows
1 parent 5e007d6 commit fe61451

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

plugin.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ description: "Preview helm upgrade changes as a diff"
77
useTunnel: true
88
platformCommand:
99
- command: ${HELM_PLUGIN_DIR}/bin/diff
10-
# powershell does not return the original exit code, while cmd does
11-
# see https://github.com/databus23/helm-diff/issues/910
12-
- os: windows
13-
command: cmd
14-
args:
15-
- /c
16-
- "%HELM_PLUGIN_DIR%/bin/diff"
1710

1811
platformHooks:
1912
install:

0 commit comments

Comments
 (0)