fix: resolves #301

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
1 changed files with 1 additions and 1 deletions

View File

@ -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() {