Skip to content

Commit

Permalink
* changed backslash to slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kranz committed Feb 16, 2015
1 parent 16c05c1 commit 2d2d38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-init.sh
Expand Up @@ -64,7 +64,7 @@ run_tests() {
if [ "$VERBOSE" = "yes" ]; then
export TRACE=--backtrace
fi
script -e -c "bundle exec rspec plugins\\$PLUGIN\spec $TRACE"
script -e -c "bundle exec rspec plugins/$PLUGIN/spec $TRACE"
else
if [ "$VERBOSE" = "yes" ]; then
export TRACE=--trace
Expand Down

0 comments on commit 2d2d38f

Please sign in to comment.