mirror of
https://github.com/unmojang/meta.git
synced 2025-09-23 03:01:21 -04:00
fix: fix error message
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
674884aa97
commit
2b9bc698c5
2
init.sh
2
init.sh
@ -18,7 +18,7 @@ function init_repo {
|
|||||||
|
|
||||||
# fail if no repo url is specified
|
# fail if no repo url is specified
|
||||||
if [ -z "$2" ]; then
|
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
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user