mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #849 from pinglanlu/master
This commit is contained in:
commit
9c347b4cab
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ if [[ $1x = x ]]; then
|
|||
else
|
||||
TAG=$1
|
||||
|
||||
# If a tag is specified, ensure that that tag is present and checked out.
|
||||
# If a tag is specified, ensure that tag is present and checked out.
|
||||
if [[ $TAG != $(git describe) ]]; then
|
||||
echo "tag $TAG not checked out"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue