Skip to content

Commit 106e0a7

Browse files
committed
Fix logging of grantlee5 plugins directory
1 parent 0ace28e commit 106e0a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grantlee5/linuxdeploy-plugin-grantlee5.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ EOF
9191
popd &>/dev/null
9292
fi
9393

94-
echo "GRANTLEE5_PLUGINS_DIR=$\GRANTLEE5_PLUGINS_DIR"
94+
echo "\$GRANTLEE5_PLUGINS_DIR=$GRANTLEE5_PLUGINS_DIR"
9595

9696
if [[ ! -d "$GRANTLEE5_PLUGINS_DIR" ]]; then
9797
echo "Error: grantlee5 plugins directory does not exist or could not be found"

0 commit comments

Comments
 (0)