Skip to content

Commit 80c71d7

Browse files
committed
fix formatting and regex
1 parent 6b3224c commit 80c71d7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

credentials.ts.enc

16 Bytes
Binary file not shown.

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
PLATFORM=$1
1010
REMOTE=$(git config --get remote.origin.url)
1111
CREDS=$(cat ./src/models/credentials.ts | tr -d '\n')
12-
CREDREGEX="^.*'.+'.*'.+'.*'.+'.*$"
12+
CREDREGEX='^.*".+".*".+".*".+".*$'
1313
STYLEFILES="./src/* ./src/**/* ./src/**/**/* ./sass/*.scss"
1414
set -e
1515

0 commit comments

Comments
 (0)