1
0
mirror of https://github.com/gryf/boxpy.git synced 2026-04-25 13:21:26 +02:00

Narrow down proposed VMs to running only for ssh command.

This commit is contained in:
2021-10-19 19:32:17 +02:00
parent 6528813d6a
commit deba0aa621
+1 -1
View File
@@ -185,7 +185,7 @@ _boxpy() {
;; ;;
ssh) ssh)
if [[ ${prev} == ${cmd} ]]; then if [[ ${prev} == ${cmd} ]]; then
_vms_comp vms _vms_comp runningvms
fi fi
;; ;;
esac esac