Try to make an information clearer about $COMMIT
This commit is contained in:
parent
2c1a763990
commit
2bf44e2724
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ get_book() { #
|
||||||
test `type -p git` || eval "echo \"This feature requires Git.\"
|
test `type -p git` || eval "echo \"This feature requires Git.\"
|
||||||
exit 1"
|
exit 1"
|
||||||
|
|
||||||
echo -n "Downloading the lfs document, $COMMIT branch/tag/commit... "
|
echo -n "Downloading the lfs document, branch/tag/commit: $COMMIT... "
|
||||||
|
|
||||||
# Grab a fresh book if it's missing, otherwise, update it from the
|
# Grab a fresh book if it's missing, otherwise, update it from the
|
||||||
# repo. If we've already extracted the commands, move on to getting the
|
# repo. If we've already extracted the commands, move on to getting the
|
||||||
|
|
Reference in a new issue