Update common.sh

This commit is contained in:
tschettervictor
2024-12-16 17:50:35 -07:00
committed by GitHub
parent 0ddd4d98cf
commit 0874e02f18

View File

@@ -97,7 +97,7 @@ set_target() {
target_all_jails
else
TARGET="${1}"
check_target_exists "{TARGET}"
check_target_exists "${TARGET}"
fi
}