We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfafc44 commit 541bffaCopy full SHA for 541bffa
2 files changed
cmd/apply.go
@@ -13,7 +13,7 @@ var applyCmd = &cobra.Command{
13
Use: "apply",
14
Short: "Apply .devlocal changes that makes the project ready for local developement",
15
PreRunE: func(cmd *cobra.Command, args []string) error {
16
- fmt.Println("Attempting to apply devlocal changes")
+ fmt.Println("[Started] to apply devlocal changes")
17
// check for setup
18
return filesystem.ValidateDevLocalFilesystem()
19
},
internal/orchestration/apply/mastermind.go
@@ -18,7 +18,7 @@ func applyOverlook(overlookFiles []string) error {
return err
}
20
21
- fmt.Println("[Complted] git skip worktree")
+ fmt.Println("[Completed] git skip worktree")
22
23
return nil
24
0 commit comments