We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9c6dc commit ef019e2Copy full SHA for ef019e2
src/scripts/misc/upload-screenshots.sh
@@ -3,7 +3,7 @@
3
imgurAPI="$homeOfLunars/scripts/misc/imgur.sh"
4
if [ ! -f "$imgurAPI" ]; then
5
echo "Downloading imgur library"
6
- curl https://raw.githubusercontent.com/Lunars/tesla/master/src/scripts/imgur.sh -o $imgurAPI
+ curl https://raw.githubusercontent.com/Lunars/tesla/master/src/scripts/misc/imgur.sh -o $imgurAPI
7
sleep 1
8
fi
9
0 commit comments