Merge pull request #995 from rhatdan/master

A couple of minor code cleanups.
This commit is contained in:
Miloslav Trmač 2020-08-03 15:42:57 +02:00 committed by GitHub
commit 5e88eb5761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ docs-in-container:
skopeobuildimage make docs $(if $(DEBUG),DEBUG=$(DEBUG)) BUILDTAGS='$(BUILDTAGS)' skopeobuildimage make docs $(if $(DEBUG),DEBUG=$(DEBUG)) BUILDTAGS='$(BUILDTAGS)'
clean: clean:
rm -f bin docs/*.1 rm -rf bin docs/*.1
install: install-binary install-docs install-completions install: install-binary install-docs install-completions
install -d -m 755 ${SIGSTOREDIR} install -d -m 755 ${SIGSTOREDIR}

View File

@ -18,7 +18,7 @@ using the latest Fedora and then Skopeo is installed into them:
## Sample Usage ## Sample Usage
Although not required, it is suggested that [Podman](https://github.com/containers/libpod) be used with these container images. Although not required, it is suggested that [Podman](https://github.com/containers/podman) be used with these container images.
``` ```
# Get Help on Skopeo # Get Help on Skopeo