diff options
| author | Amir Zarrinkafsh <nightah@me.com> | 2021-10-04 13:44:59 +1100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-04 13:44:59 +1100 | 
| commit | 209b39ffd055c47da7f2239a30961763690a2059 (patch) | |
| tree | 8c5580f185b507940b2637f8dd87bd2362e4c072 /.github/commit-msg | |
| parent | 9a7968e4c94960909679438dbf35924f532a0dee (diff) | |
docs: fix required flag for smtp notifier sender option (#2446)
Fixes: #2445.
Diffstat (limited to '.github/commit-msg')
| -rwxr-xr-x | .github/commit-msg | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/commit-msg b/.github/commit-msg index f2d9598de..3c0661adc 100755 --- a/.github/commit-msg +++ b/.github/commit-msg @@ -2,4 +2,4 @@  . "$(dirname "$0")/_/husky.sh"  . "$(dirname "$0")/required-apps" -cd web && ${PMGR} run commitlint --edit $1 +cd web && ${PMGR} commitlint --edit $1  | 
