ocm install plugins
does not create the plugins-folder
#1063
Labels
area/ipcei
Important Project of Common European Interest
dev/help-wanted
Needs help by someone else
kind/bugfix
Bug
What happened:
The command
ocm install plugins
can only install plug-ins, if the folder~/.ocm/plugins
already exists. If it does not, the CLI downloads the plug-in to a temporary folder, does not install it and does not show an error message.What you expected to happen:
I'd expect the folder to be created automatically, if it does not exist.
How to reproduce it (as minimally and precisely as possible):
~/.ocm/plugins
does not exist on your system.ocm get plugins
, to note that the plug-in has not been installed. For example:~/.ocm/plugins
manually.ocm install plugins
andocm get plugins
, and note that now the plug-in is installed.The text was updated successfully, but these errors were encountered: