mirror of https://github.com/cheat/cheat.git
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
|
@ -14,7 +14,7 @@ import (
|
||||||
"github.com/cheat/cheat/internal/config"
|
"github.com/cheat/cheat/internal/config"
|
||||||
)
|
)
|
||||||
|
|
||||||
const version = "3.5.0"
|
const version = "3.5.1"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue