From 9cacedcb7a7cea1edba958889abd02259e2bb9f6 Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Fri, 28 Sep 2018 09:51:15 +0000 Subject: [PATCH] SW-415: fixed minor typo --- SAS/LSMR/bin/lsmr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAS/LSMR/bin/lsmr b/SAS/LSMR/bin/lsmr index 8c5d8f658aa..a45b6aa40d5 100755 --- a/SAS/LSMR/bin/lsmr +++ b/SAS/LSMR/bin/lsmr @@ -42,7 +42,7 @@ echo "!!! This lsmr application is for testing only, properly deploy in Nginx or echo "Using Django port=$PORT credentials=$CREDENTIALS" -# the lsmr django settings module reads this environment variable when available, to determine the used database. +# the lsmr django settings module reads this environment variable when available to determine the used database. export LSMR_DBCREDENTIALS=$CREDENTIALS DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -- GitLab