Skip to content

Commit 950d5de

Browse files
Update bin/login-hedgedoc-via-gitlab.sh
Co-authored-by: Erik Michelson <[email protected]>
1 parent 7171e59 commit 950d5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/login-hedgedoc-via-gitlab.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ -z "$username" ]; then
66
echo "Please pass the username and password. "
77
exit -1
88
fi
9-
if [ -z "$password." ]; then
9+
if [ -z "$password" ]; then
1010
echo "Please pass the password. "
1111
exit -1
1212
fi

0 commit comments

Comments
 (0)