fix: fix error message

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-11-26 23:14:24 +01:00
parent 674884aa97
commit 2b9bc698c5
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -18,7 +18,7 @@ function init_repo {
# fail if no repo url is specified
if [ -z "$2" ]; then
echo "Can't initialize missing $1 directory. Please specify $4" >&2
echo "Can't initialize missing $1 directory. Please specify $3" >&2
return 1
fi