diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/vcs/fuchsia.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/vcs/fuchsia.go b/pkg/vcs/fuchsia.go index 48f5a6687..a6a7237f6 100644 --- a/pkg/vcs/fuchsia.go +++ b/pkg/vcs/fuchsia.go @@ -52,7 +52,7 @@ func (ctx *fuchsia) initRepo() error { return err } cmd := "curl -s 'https://fuchsia.googlesource.com/scripts/+/master/bootstrap?format=TEXT' |" + - "base64 --decode | bash -s topaz" + "base64 --decode | bash -s garnet" if _, err := runSandboxed(tmpDir, "bash", "-c", cmd); err != nil { return err } |
