| commit | 9ded9940bbdecf0453132077db997878db1e8f76 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Mon Apr 08 21:30:17 2024 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Tue Apr 09 12:17:06 2024 +0000 |
| tree | 26887ae0a8b3dbf4d42381c07a6565254f74e269 | |
| parent | fb94c758e8c2a878905aeb1e7a3d46820c21b7a2 [diff] |
metropolis/cli/metroctl: don't try to use the bundle as installer This slipped in when I refactored the install command, woops. Change-Id: I5c6178f9dcf4840b0d7efe9b6e62e35df242f7ae Reviewed-on: https://review.monogon.dev/c/monogon/+/2927 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
diff --git a/metropolis/cli/metroctl/cmd_install.go b/metropolis/cli/metroctl/cmd_install.go index f729d34..fdc51b0 100644 --- a/metropolis/cli/metroctl/cmd_install.go +++ b/metropolis/cli/metroctl/cmd_install.go
@@ -126,7 +126,7 @@ return bytes.NewReader(df) } - f, err := blkio.NewFileReader(*bundlePath) + f, err := blkio.NewFileReader(*flag) if err != nil { log.Fatalf("Failed to open specified %s: %v", name, err) }