Fix: idmgr call when idmgr is not in path

This commit is contained in:
mrjk 2021-01-12 18:18:41 -05:00
parent 8ebbac4659
commit c2d840d136

View File

@ -106,7 +106,7 @@ idm_core__enable ()
lib_log WARN "Your workspace is already activated"
elif [ -n "${SHELL_ID-}" ]; then
lib_log WARN "Changing $SHELL_ID workspace to $id"
idmgr disable "${SHELL_ID-}"
$IDM_BIN disable "${SHELL_ID-}"
fi
# Notice user