stagit-gopher

[fork] gopher git frontend
Log | Files | Refs | README | LICENSE

commit b831ce30c99b8d278f8917cf5c56ea5fa4ccf8a0
parent b2cff63407161b2d5de03d8bb086e88a346d649d
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 30 Jul 2017 17:22:27 +0200

fix file reference: example.sh -> example_create.sh

Diffstat:
MREADME | 2+-
Mexample_create.sh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -102,7 +102,7 @@ git post-receive hook (repo/.git/hooks/post-receive): # ... #fi - # see example.sh for normal creation of the files. + # see example_create.sh for normal creation of the files. Create .tar.gz archives by tag diff --git a/example_create.sh b/example_create.sh @@ -9,7 +9,7 @@ # # Usage: # - mkdir -p gphdir && cd gphdir -# - sh example.sh +# - sh example_create.sh # path must be absolute. reposdir="/var/scm/git"