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:
James O. D. Hunt 2021-06-14 09:59:57 +01:00
parent 1d70523a59
commit 7c610a6ff1

View File

@ -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