From 39e84e13f4ed80ff94b2a1fc6e66685c24fa6d1e Mon Sep 17 00:00:00 2001 From: Gustavo Andrioli Date: Sat, 15 Oct 2022 13:47:55 -0300 Subject: Use lazycore utils: Clamp and GetLazyRootDirectory --- scripts/cheatsheet/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/cheatsheet/main.go b/scripts/cheatsheet/main.go index bccf3324a..742bdc7d7 100644 --- a/scripts/cheatsheet/main.go +++ b/scripts/cheatsheet/main.go @@ -18,7 +18,7 @@ func main() { switch command { case "generate": cheatsheet.Generate() - fmt.Printf("\nGenerated cheatsheets in %s\n", cheatsheet.GetDir()) + fmt.Printf("\nGenerated cheatsheets in %s\n", cheatsheet.GetKeybindingsDir()) case "check": cheatsheet.Check() default: -- cgit v1.2.3