Skip to content

Commit c0f38e8

Browse files
committed
Merge pull request #65 from JoeThielen/patch-1
Update db-login
2 parents b25a914 + 0db1e73 commit c0f38e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db-login

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ eval $( bin/db-credentials )
3838
# Set a custom port, if provided to us.
3939
if [ -n "${DB_PORT}" ]; then
4040
PORT_CLAUSE="--port=${DB_PORT}"
41-
else
41+
fi
4242

4343
# Define the primary command line.
4444
CMD="mysql --host=${DB_HOST} ${PORT_CLAUSE-} --database=${DB_DATABASE} --user=${DB_USERNAME}"

0 commit comments

Comments
 (0)