Use correct variable on error output
Use correct variable on error output. Signed-off-by: Wadim Klincov <wadim@klincov.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
26a7ab8f48
commit
4f51a41ce7
@ -420,7 +420,7 @@ KAS_GIT_CREDENTIAL_HELPER_DEFAULT=""
|
|||||||
|
|
||||||
if [ -n "${KAS_GIT_CREDENTIAL_STORE}" ] ; then
|
if [ -n "${KAS_GIT_CREDENTIAL_STORE}" ] ; then
|
||||||
if [ ! -f "${KAS_GIT_CREDENTIAL_STORE}" ]; then
|
if [ ! -f "${KAS_GIT_CREDENTIAL_STORE}" ]; then
|
||||||
echo "Passed KAS_GIT_CREDENTIAL_STORE '${KAS_AWS_DIR}' is not a file"
|
echo "Passed KAS_GIT_CREDENTIAL_STORE '${KAS_GIT_CREDENTIAL_STORE}' is not a file"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
KAS_GIT_CREDENTIAL_HELPER_DEFAULT="store --file=/etc/skel/.git-credentials"
|
KAS_GIT_CREDENTIAL_HELPER_DEFAULT="store --file=/etc/skel/.git-credentials"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user