1
0
mirror of https://github.com/cheat/cheat.git synced 2025-06-06 23:28:36 +02:00

fix: resolves

Fixes an issue whereby `cheat` would crash when `$EDITOR` (or
equivalent) contained arguments.
This commit is contained in:
Chris Lane 2020-02-02 15:56:18 -05:00
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() {