Skip to content

Commit 5479e29

Browse files
committed
appease the linter
1 parent 12069c5 commit 5479e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
# COLORS
1616
OFF='\033[0m'
17-
RED='\033[0;31m'
17+
# RED='\033[0;31m'
1818
GREEN='\033[0;32m'
1919
BLUE='\033[0;34m'
2020

21-
latest_tag=$(git describe --tags $(git rev-list --tags --max-count=1))
21+
latest_tag=$(git describe --tags "$(git rev-list --tags --max-count=1)")
2222

2323
# if the latest_tag is empty, then there are no tags - let the user know
2424
if [[ -z "$latest_tag" ]]; then

0 commit comments

Comments
 (0)