1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-02-21 18:16:40 +08:00
Marc Cornellà f1a5fb5ee9
fix(cli): fix commit.gpgsign test in omz pr test
Since `set -e` is enabled, when `commit.gpgsign` is not set the
`git config` command would show an error. Given that it is technically
not ignored, the subshell would exit.

With this change, the `commit.gpgsign` setting is properly tested
by doing the fallback test if the command fails, so no exit status
code ends up quiting the subshell.
2022-04-14 12:08:59 +02:00
..
2022-01-03 13:50:50 +01:00
2020-11-09 12:00:15 +01:00
2022-01-03 13:50:50 +01:00