Skip to content

Commit 0eeaef4

Browse files
authored
fix formatting and regex (#426)
fix formatting and regex
2 parents dc01f48 + 612e57e commit 0eeaef4

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)