Merge pull request #50 from jodh-intel/remove-stray-bracket

docs: Remove stray bracket from contributing doc command
This commit is contained in:
James O. D. Hunt 2018-07-30 10:51:13 +01:00 committed by GitHub
commit 2dd7ce5797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,7 @@ body:
$ cd $GOPATH/src/github.com/opencontainers/runc $ cd $GOPATH/src/github.com/opencontainers/runc
$ old_commit="..." $ old_commit="..."
$ new_commit="..." $ new_commit="..."
$ git log --no-merges --abbrev-commit --pretty=oneline "${old_commit}..${new_commit}") | sed 's/^/ /g' $ git log --no-merges --abbrev-commit --pretty=oneline "${old_commit}..${new_commit}" | sed 's/^/ /g'
``` ```
Paste the output of the previous command directly into the commit "as-is". Paste the output of the previous command directly into the commit "as-is".