summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGustavo Andrioli <gusaandrioli@gmail.com>2022-10-15 13:47:55 -0300
committerGustavo Andrioli <gusaandrioli@gmail.com>2022-10-15 13:55:44 -0300
commit39e84e13f4ed80ff94b2a1fc6e66685c24fa6d1e (patch)
treef640b2a2e78f8485dbc9a6d504c1366e19c67224 /scripts
parent05089b9a9a26502c2c4b92f20e60979ce02bca67 (diff)
Use lazycore utils: Clamp and GetLazyRootDirectory
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cheatsheet/main.go2
1 files changed, 1 insertions, 1 deletions
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: