Loading update.sh +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ git \ LATEST_TAG="$(git -C .update tag | grep -e '^v' | sort -V | tail -n 1)" git -C .update checkout ${LATEST_TAG} git -C .update -c advice.detachedHead=false checkout ${LATEST_TAG} if [[ -s .update/update.list ]]; then rsync -av \ Loading Loading
update.sh +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ git \ LATEST_TAG="$(git -C .update tag | grep -e '^v' | sort -V | tail -n 1)" git -C .update checkout ${LATEST_TAG} git -C .update -c advice.detachedHead=false checkout ${LATEST_TAG} if [[ -s .update/update.list ]]; then rsync -av \ Loading