Skip to content

Commit df55342

Browse files
committed
Issue #0: Fixed command
1 parent 47c50d6 commit df55342

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

commands/backstopjs/backstopjs

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99

1010
FOLDER=$1
1111

12-
ARGS=${*:2}
13-
1412
if [ "$1" == "openReport" -o "$1" == "remote" ]; then
1513
echo "This does not work for backstop in ddev"
1614
exit 1
1715
fi
1816

1917
cd /src/tests/$FOLDER || exit 1
20-
NODE_PATH="/usr/local/lib/node_modules/" backstop "$ARGS"
18+
NODE_PATH="/usr/local/lib/node_modules/" backstop "${@:2}"

0 commit comments

Comments
 (0)