mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 20:41:57 +00:00
FIX #71
This commit is contained in:
parent
62211784bb
commit
87d66e003a
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ if [ $# -eq 0 ]; then
|
|||
echo "DOWNLOADING $latest_release_uri"
|
||||
version=$( command curl -sSf "$latest_release_uri" |
|
||||
command grep -Eo "tag_name\": .*" |
|
||||
command grep -Eo "[0-9.]*" )
|
||||
command grep -Eo "[0-9.]+" )
|
||||
if [ ! "$version" ]; then exit 1; fi
|
||||
else
|
||||
version="${1}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue