mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
chore: remove redundant word in release.sh
Signed-off-by: pinglanlu <pinglanlu@outlook.com>
This commit is contained in:
parent
91fe0c1b71
commit
1fddf94f8e
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