Skip to content

Commit ef019e2

Browse files
authored
Update upload-screenshots.sh
1 parent 2e9c6dc commit ef019e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/misc/upload-screenshots.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
imgurAPI="$homeOfLunars/scripts/misc/imgur.sh"
44
if [ ! -f "$imgurAPI" ]; then
55
echo "Downloading imgur library"
6-
curl https://raw.githubusercontent.com/Lunars/tesla/master/src/scripts/imgur.sh -o $imgurAPI
6+
curl https://raw.githubusercontent.com/Lunars/tesla/master/src/scripts/misc/imgur.sh -o $imgurAPI
77
sleep 1
88
fi
99

0 commit comments

Comments
 (0)