updated check-dependency to shorten output

This commit is contained in:
Josh Ashton
2024-02-16 21:30:57 -07:00
parent 68aa64eac3
commit 8803503904
+1 -1
View File
@@ -66,7 +66,7 @@ install() {
error
fi
else
echo "Package $PACKAGE which provides the command $COMMAND, is already installed."
echo "Package $PACKAGE is already installed."
fi
}