Skip to content

Commit

Permalink
fixes getVolumes
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Oct 9, 2023
1 parent f41e196 commit 02e6f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/getVolumes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vjson=$HOME/.ceurws/volumes.json
if [ ! -f $vjson ]
then
echo "downloading $vjson"
cd $HOME
cd $HOME/.ceurws
wget http://cvb.bitplan.com/volumes.json
else
echo "$vjson already downloaded"
Expand Down

0 comments on commit 02e6f7d

Please sign in to comment.