Skip to content

Commit 986f498

Browse files
committed
Update fetch-dashboard.sh to download example dashboard by default
1 parent 518ecc3 commit 986f498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/local/fetch-dashboard.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
# Fetch a new dashboard image, make sure to output it to "$1".
33
# For example:
4-
$(dirname $0)/../ht -d -q -o "$1" get https://example.org/example.png
4+
$(dirname $0)/../ht -d -q -o "$1" get https://raw.githubusercontent.com/pascalw/kindle-dash/master/example/example.png

0 commit comments

Comments
 (0)