Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht committed Dec 16, 2024
1 parent 36cb6a1 commit 109f6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/installer/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ func promptStore(chartValues []string) (ObjectStore, []string, error) {
Inactive: " {{ . | yellow }}", // Default color for inactive items
Selected: "{{ `Selected object store:` | green }} '{{ . | green }}' ✔ ",
},
Items: []string{string(S3Store), string(LocalStore), string(BlobStore), string(GcsStore)},
Items: []string{string(S3Store), string(BlobStore), string(GcsStore)}, // local store not supported
}
_, promptStoreType, err := promptStore.Run()
if err != nil {
Expand Down

0 comments on commit 109f6e3

Please sign in to comment.