You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt.Printf("Detected project type [%s]\n", util.Accented(string(projectType)))
540
540
iferr!=nil {
541
541
returnfmt.Errorf("unable to determine project type: %w, please use a supported project type, or create your own Dockerfile in the current directory", err)
returnfmt.Errorf("unable to determine project type: %w, please use a supported project type, or create your own Dockerfile in the current directory", err)
fmt.Printf("Detected project type [%s]\n", util.Accented(string(projectType)))
1378
1378
iferr!=nil {
1379
1379
returnfmt.Errorf("unable to determine project type: %w, please use a supported project type, or create your own Dockerfile in the current directory", err)
0 commit comments