mirror of
https://github.com/cheat/cheat.git
synced 2024-11-14 08:01:09 +01:00
fix: resolves #301
Fixes an issue whereby `cheat` would crash when `$EDITOR` (or equivalent) contained arguments.
This commit is contained in:
parent
f7183aa17a
commit
7b4a268ebd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import (
|
|||
"github.com/cheat/cheat/internal/config"
|
||||
)
|
||||
|
||||
const version = "3.5.0"
|
||||
const version = "3.5.1"
|
||||
|
||||
func main() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue