fix(logs): align error message with var names
All checks were successful
ci/woodpecker/push/build/3 Pipeline was successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful

This commit is contained in:
pips 2025-08-23 16:09:16 +02:00
parent c15077cc31
commit 07a0ac4209

View file

@ -1,17 +1,17 @@
#!/usr/bin/env sh
if [ -z "$PLUGIN_GOPRIVATE" ]; then
echo "PLUGIN_GOPRIVATE empty"
echo "goprivate empty"
exit 1
fi
if [ -z "$PLUGIN_LOGIN" ]; then
echo "PLUGIN_LOGIN empty"
echo "login empty"
exit 1
fi
if [ -z "$PLUGIN_PASSWORD" ]; then
echo "PLUGIN_PASSWORD empty"
echo "password empty"
exit 1
fi