diff options
Diffstat (limited to 'cmd/mbf/main.go')
| -rw-r--r-- | cmd/mbf/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go index 86a3aa1e..8d6d745f 100644 --- a/cmd/mbf/main.go +++ b/cmd/mbf/main.go @@ -755,7 +755,7 @@ func main() { "shell", "Interactive shell in the specified Rosa OS environment", func(args []string) error { - handles := make([]rosa.ArtifactH, len(args)+3) + handles := make([]rosa.ArtifactH, len(args), len(args)+3) for i, arg := range args { handles[i] = rosa.ArtifactH(unique.Make(arg)) if meta, _ := rosa.Native().Std().Load(handles[i]); meta == nil { |
