mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-25 19:21:53 +00:00
Merge pull request #50 from jodh-intel/remove-stray-bracket
docs: Remove stray bracket from contributing doc command
This commit is contained in:
commit
2dd7ce5797
@ -197,7 +197,7 @@ body:
|
||||
$ cd $GOPATH/src/github.com/opencontainers/runc
|
||||
$ old_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".
|
||||
|
Loading…
Reference in New Issue
Block a user