diff options
| author | Sefa Eyeoglu <contact@scrumplex.net> | 2024-11-26 23:14:24 +0100 |
|---|---|---|
| committer | Sefa Eyeoglu <contact@scrumplex.net> | 2024-11-26 23:14:24 +0100 |
| commit | 2b9bc698c54c3be59c9f4961022e3a151b135cf6 (patch) | |
| tree | bc5275a4f666389239fc2c139a85e027c3f088ef | |
| parent | 674884aa9720596a3e7be619cc5c41dc206ce2bf (diff) | |
| download | Project-Tick-2b9bc698c54c3be59c9f4961022e3a151b135cf6.tar.gz Project-Tick-2b9bc698c54c3be59c9f4961022e3a151b135cf6.zip | |
fix: fix error message
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
| -rw-r--r-- | init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
