Skip to content

Commit b4c423b

Browse files
committed
clean up shell script
1 parent 77f4c12 commit b4c423b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/package.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
GIT_VERSION=`git rev-parse --short HEAD`
32

43
rm -rf vendor composer.lock
54
composer install --no-dev

test/prism.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ elif [ "$UNAME" = "Linux" ] ; then
3333
fi
3434

3535
mkdir -p ../prism/bin
36-
LATEST=`get_latest_release`
36+
LATEST=$(get_latest_release)
3737
URL="https://github.com/stoplightio/prism/releases/download/$LATEST/prism_$PLATFORM"
3838
DEST=../prism/bin/prism
3939

0 commit comments

Comments
 (0)