From 43829e6bccefeb4259b9007305cb45c7ff438ed6 Mon Sep 17 00:00:00 2001 From: netbenix Date: Sat, 20 Nov 2021 15:57:11 +0100 Subject: [PATCH] Renamed pull to install in main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f23c011..a6a458a 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ func main() { Copyright: "(c) 2021 LPM-Group", Commands: []*cli.Command { Commands.NewPushCommand(), - Commands.NewPullCommand(), + Commands.NewInstallCommand(), Commands.NewSearchCommand(), Commands.NewListCommand(), },