Skip to content

Commit

Permalink
[np] Documentation ⚓
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed May 5, 2021
1 parent 1432c68 commit c648949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ is **bomb-proof in it's output and exit code behavior**.
This tool should really enable proper and safe usage inside hooks and other scripts.
You can even report the output in `json` format (use option `--json`).
It was heavily inspired by [zenity](https://github.com/ncruces/zenity) and features some
of the same properties (no `cgo`, cancelation through `context`)
of the same properties (no `cgo`, cancelation through `context`).
You can use this dialog tool independently of Githooks.

**Test it out!** 🎉: Please refer to the [documentation of the tool](docs/dialog/dialog.md).
Expand Down
2 changes: 1 addition & 1 deletion githooks/apps/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ func executeLFSHooks(settings *HookSettings) {
log.PanicF("This repository requires Git LFS, but 'git-lfs' was\n"+
"not found on your PATH.\n"+
"Git LFS is required since one of the following is true:\n"+
" - file '%s' existing: '%v' or\n"+
" - file '%s' existing: '%v'\n"+
" - file `%s` existing: '%v'",
lfsConfFile, lfsConfExists, lfsRequiredFile, lfsReqFileExists)
}
Expand Down

0 comments on commit c648949

Please sign in to comment.