Merge pull request #3470 from berendt/fixes_pull_request_3452
commands/box/remove: added missing newline in `box remove version listing`
This commit is contained in:
commit
970ff4af18
|
@ -462,9 +462,10 @@ en:
|
||||||
You requested to remove the box '%{name}' with provider
|
You requested to remove the box '%{name}' with provider
|
||||||
'%{provider}'. This box has multiple versions. You must
|
'%{provider}'. This box has multiple versions. You must
|
||||||
explicitly specify which version you want to remove with
|
explicitly specify which version you want to remove with
|
||||||
the `--box-version` flag.
|
the `--box-version` flag. The available versions for this
|
||||||
|
box are:
|
||||||
|
|
||||||
Versions: %{versions}
|
%{versions}
|
||||||
box_remove_not_found: |-
|
box_remove_not_found: |-
|
||||||
The box you requested to be removed could not be found. No
|
The box you requested to be removed could not be found. No
|
||||||
boxes named '%{name}' could be found.
|
boxes named '%{name}' could be found.
|
||||||
|
|
Loading…
Reference in New Issue