From b763898ba604ebe7cfe381e6e507d869c3644e5a Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 16 Jan 2023 13:10:56 -0800 Subject: [PATCH] Ensure `command` is set --- plugin.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.sh b/plugin.sh index 531fbcd..12d0113 100755 --- a/plugin.sh +++ b/plugin.sh @@ -2,6 +2,8 @@ set -ex +PLUGIN_COMMAND=${PLUGIN_COMMAND:?command is not set} + ABRA=/root/.local/bin/abra output_versions(){