EXT-Volume Updater - typo
-
Dear Bugsounet,
Just wanted to flag that there is a typo in the update script for the EXT-Volume module.
It points to a subdirectory of EXT-Volume called isntaller. This should be -of course- installer. Anyone who ow tries to update the EXT-Volume module will now get an error that it cannot find the update.sh file because it is in the correctly named installer directory.
Maybe this is worth changing to prevent any headaches⦠-
@MagicPete Hi,
Thx I will inspect
-
bugsounet
-
I have verified, this typo was corrected since 06 Jun with v1.0.1
in your case, you have 2 solutions
- force fetch last git version update with
git pull
insideEXT- Volume
directory andnpm run update
command will correct itself - edit the
package.json
file and correct the path and runnpm run update
command
Thanks for this report in all case
- force fetch last git version update with
-
Thanks for taking the time to help. I went with solution 1, which worked like a charm! Much respect and thanks.
(I worked around it earlier by renaming the installer directory to āisnstallerāā¦not so elegant but it did the trick)