Skip to content

Commit 541bffa

Browse files
Feat: update prints
1 parent cfafc44 commit 541bffa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/apply.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var applyCmd = &cobra.Command{
1313
Use: "apply",
1414
Short: "Apply .devlocal changes that makes the project ready for local developement",
1515
PreRunE: func(cmd *cobra.Command, args []string) error {
16-
fmt.Println("Attempting to apply devlocal changes")
16+
fmt.Println("[Started] to apply devlocal changes")
1717
// check for setup
1818
return filesystem.ValidateDevLocalFilesystem()
1919
},

internal/orchestration/apply/mastermind.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func applyOverlook(overlookFiles []string) error {
1818
return err
1919
}
2020

21-
fmt.Println("[Complted] git skip worktree")
21+
fmt.Println("[Completed] git skip worktree")
2222

2323
return nil
2424

0 commit comments

Comments
 (0)