Skip to content

Commit 8ef553c

Browse files
committed
typo
1 parent d1b9b79 commit 8ef553c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grai-integrations/source-mssql/data/init-db.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SERVER="tcp:$HOST,$PORT"
88
RETRY_LIMIT=${RETRY_LIMIT:-60}
99
SQL_CMD_DIR=${SQL_CMD_DIR-"/opt/mssql-tools18/bin"}
1010
export PATH=$PATH:$SQL_CMD_DIR
11-
AUTH_ARG=${AUTH:-"-No"}
11+
AUTH_ARG=${AUTH_ARG:-"-No"}
1212
SQL_CMD="sqlcmd -S $SERVER -U sa -P $MSSQL_SA_PASSWORD $AUTH_ARG"
1313

1414
$SQL_CMD -Q 'SELECT 1' -b -o /dev/null

0 commit comments

Comments
 (0)