Clarify error message for duplicate packages on install
Consider the scenario where the user has two registries 'incubator', and
'incubatorXYZ' pointing to the same repository.
It might be confusing why running `ks pkg install incubatorXYZ/mysql`
fails if they ran `ks pkg install incubator/mysql` previously.
This is a small change to help users resolve that scenario by passing
the `--name` flag on install.
Signed-off-by:
Jessica Yuen <im.jessicayuen@gmail.com>
Please register or sign in to comment