]> git.ipfire.org Git - thirdparty/man-pages.git/commit - RELEASE
RELEASE: Fix command
authorAlejandro Colomar <alx@kernel.org>
Thu, 22 Dec 2022 19:44:45 +0000 (20:44 +0100)
committerAlejandro Colomar <alx@kernel.org>
Thu, 22 Dec 2022 19:44:47 +0000 (20:44 +0100)
commit9549e6f7fe2bb01a24f0e558b9d811439c1f1be4
treed08c259b10c7e9752af1a3be7cda05d404a013c3
parentf8ba912520b73eafca7f6d431a3d32625e7ebac1
RELEASE: Fix command

git-push(1) needs a remote for pushing a tag.  Specify korg, my name for
the git.kernel.org remote.

$ git remote -v | grep korg
korg git@gitolite.kernel.org:pub/scm/docs/man-pages/man-pages (fetch)
korg git@gitolite.kernel.org:pub/scm/docs/man-pages/man-pages (push)

Signed-off-by: Alejandro Colomar <alx@kernel.org>
RELEASE