diff --git a/cmd/mg/cmd/pull.go b/cmd/mg/cmd/pull.go index 05c16a0..05fc1d7 100644 --- a/cmd/mg/cmd/pull.go +++ b/cmd/mg/cmd/pull.go @@ -15,7 +15,7 @@ var ( jobs int pullCmd = &cobra.Command{ Use: "pull", - Short: "add current path to list of repos", + Short: "update all git repos specified in config", Run: func(_ *cobra.Command, args []string) { type RepoError struct { Error error diff --git a/go.mod b/go.mod index d2e3c80..9c0b970 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/taigrr/mg -go 1.21 +go 1.23.1 require ( github.com/go-git/go-git/v5 v5.11.0