We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958ed34 commit 242e967Copy full SHA for 242e967
ci.sh
@@ -5,7 +5,7 @@ sed -i "s/@oslabs-beta\\/expressbridge/expressbridge/g" package.json
5
IFS='/';
6
7
# read in github.ref property
8
-read -ra ref <<< $1
+read -ra ref <<< "$1"
9
10
TAG_VERSION = $ref[3]
11
0 commit comments