Skip to content

Commit

Permalink
fix(k8s): error fetching mutagen CLI on Windows
Browse files Browse the repository at this point in the history
Just a little Facepalm Fail™, discovered in pre-release testing (and
thus thankfully not affecting users atm).
  • Loading branch information
edvald authored and thsig committed Aug 23, 2021
1 parent b72de2e commit db362d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/kubernetes/mutagen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ export const mutagenCliSpec: PluginToolSpec = {
"https://github.com/garden-io/mutagen/releases/download/v0.12.0-garden-alpha2/mutagen_windows_amd64_v0.12.0-beta3.zip",
sha256: "9482646380a443b72aa38b3569c71c73d91ddde7c57a10de3d48b0b727cb8bff",
extract: {
format: "tar",
format: "zip",
targetPath: "mutagen.exe",
},
},
Expand Down

0 comments on commit db362d9

Please sign in to comment.