Skip to content

Commit

Permalink
#24: print build message
Browse files Browse the repository at this point in the history
  • Loading branch information
iignatevich committed Jan 16, 2024
1 parent 31e9199 commit e7f07c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func getVersionedMap(gitDir string) (map[string]bool, error) {
}

func (b *Builder) build() error {
fmt.Println("Creating composition...")
err := EnsureDirExists(b.targetDir)
if err != nil {
return err
Expand Down

0 comments on commit e7f07c9

Please sign in to comment.