mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 15:02:45 +00:00
docs: Fix shell code
Correct the shell code in the packaging tools README to keep the CI happy. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
1d70523a59
commit
7c610a6ff1
@ -34,7 +34,7 @@ $ ./update-repository-version.sh -h
|
||||
To update project version for Kata Containers, use the following:
|
||||
|
||||
```bash
|
||||
$ make bump-kata-version NEW_VERSION=<new-version>
|
||||
$ make bump-kata-version NEW_VERSION="${new_version}"
|
||||
```
|
||||
|
||||
The makefile target `bump-kata-version` creates a GitHub pull request in the
|
||||
|
Loading…
Reference in New Issue
Block a user