fixup help text

This commit is contained in:
2024-09-15 13:07:53 -07:00
parent 1030a8f3a9
commit 417cf943fa
2 changed files with 2 additions and 2 deletions

View File

@@ -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

2
go.mod
View File

@@ -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