fix backquotes, closes #894

This commit is contained in:
joshr 2022-06-17 14:31:41 -04:00
parent 0fd4f0f684
commit 015950faa0
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
- Improve error messaging when we cannot find git repo (#874) - Improve error messaging when we cannot find git repo (#874)
- Temporarily disable apk builds on alpine (#881) - Temporarily disable apk builds on alpine (#881)
- Have `hide -v` show output from gnupg - Have `hide -v` show output from gnupg
- Documentation updates and fixes
## 0.5.0 ## 0.5.0

View File

@ -16,7 +16,7 @@ gpg (GnuPG) 1.4.20
## Supported platforms ## Supported platforms
`git-secret` is tested with `Mac OS X` >= 10.9, `Ubuntu` >= 14.04, `Debian` >= 8.3, `git-secret` is tested with `Mac OS X` >= 10.9, `Ubuntu` >= 14.04, `Debian` >= 8.3,
`Fedora` / `Rocky Linux` / `AlmaLinux`, `FreeBSD`, `and `Windows` >= 10 using `WSL`. `Fedora` / `Rocky Linux` / `AlmaLinux`, `FreeBSD`, and `Windows` >= 10 using `WSL`.
You can check the full list of automated test platforms You can check the full list of automated test platforms
[here](https://github.com/sobolevn/git-secret/blob/master/.github/workflows/test.yml). [here](https://github.com/sobolevn/git-secret/blob/master/.github/workflows/test.yml).