Fixing a typo

This commit is contained in:
Gary Holtz 2024-05-02 00:21:02 -05:00
parent 4e045fcaeb
commit 178591dca6
No known key found for this signature in database
GPG Key ID: 0C3B92677CFEE92F
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ func NewCmdCreateStack(f *cmdutils.Factory) *cobra.Command {
err := git.SetLocalConfig("glab.currentstack", title)
if err != nil {
return fmt.Errorf("error getting setting local git config: %v", err)
return fmt.Errorf("error setting local git config: %v", err)
}
_, err = git.AddStackRefDir(title)