Skip to content

Commit 242e967

Browse files
committed
changes to ci shells script
1 parent 958ed34 commit 242e967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sed -i "s/@oslabs-beta\\/expressbridge/expressbridge/g" package.json
55
IFS='/';
66

77
# read in github.ref property
8-
read -ra ref <<< $1
8+
read -ra ref <<< "$1"
99

1010
TAG_VERSION = $ref[3]
1111

0 commit comments

Comments
 (0)