This commit is contained in:
a 2024-05-05 16:54:08 -05:00
parent 94b8a94e49
commit 889d32e722
Signed by: a
GPG Key ID: 374BC539FE795AF0
1 changed files with 3 additions and 2 deletions

View File

@ -18,11 +18,12 @@ _activate_hook() {
return 1
}
case "$1" in
get)
get | g)
shift;
response=$($REPOTOOL_PATH/.bin/repotool get $@)
if [[ $? != 0 ]] then;
exit $?
echo "failed to get repo with args $@"
return $?
fi
declare -A obj
for item in ${(z)response}; do