Skip to content

Commit 85e7e39

Browse files
authored
Fix version string (#669)
1 parent e693954 commit 85e7e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/build-with-appengine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export NODE_ENV=development
2727

2828
# Strip appengine and flexible/standard from version string.
2929
VERSION=$(echo $PROJECT | sed 's_appengine/__')
30-
VERSION=$(echo $VERSION | sed 's_/flexible\|standard__')
30+
VERSION=$(echo $VERSION | sed 's_/flexible\|/standard__')
3131

3232
export GAE_VERSION=$VERSION
3333

0 commit comments

Comments
 (0)