Skip to content

Commit 2723efd

Browse files
Update build.sh
1 parent 3a177c9 commit 2723efd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ PARSER_VERSION=0.18.14
44
make examples
55

66
echo "Printing branch name ${BRANCH_NAME}"
7-
BRANCH=git branch
8-
echo " branch using git branch ${BRANCH}"
7+
echo "branch using git branch ${BRANCH}"
98

109
if [ ! -d "snooty-parser" ]; then
1110
echo "snooty parser not installed, downloading..."

0 commit comments

Comments
 (0)