Skip to content

Commit

Permalink
Fix spacing between commands in ci.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Deborah-Digges committed Dec 18, 2015
1 parent 3368893 commit 1832a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Copy the tests folder from this code base to `test_repo` and commit it:
$ cp -r /this/directory/tests /path/to/test_repo/
$ cd /path/to/test\_repo
$ git add tests/
$ git commit -m”add tests”
$ git commit -m ”add tests”
```

Now you have a commit in the master repository.
Expand Down

0 comments on commit 1832a5f

Please sign in to comment.