diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-15 18:36:44 -0400 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-15 18:36:44 -0400 |
commit | 428761f1db5fbdc171a60188bce7eda03d4f63bf (patch) | |
tree | af6c25ea09417df9b8de0133561bd9a7828a2a1b /desc | |
parent | a78560944934d7728ae8d2949a5201487c0e4867 (diff) |
add setup-remote
Diffstat (limited to 'desc')
-rwxr-xr-x | desc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ case $repo in esac if [ ! -d "$repo" ]; then - echo "$repo doesn't exist" + echo "$repo does not exist" exit 1 fi |