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)))
544
543
iferr!=nil {
545
-
returnfmt.Errorf("unable to determine project type: %w, please use a supported project type, or create your own Dockerfile in the current directory", err)
544
+
returnfmt.Errorf("unable to determine app language: %w, please make sure you are inside your app's directory and are using a supported language", err)
546
545
}
546
+
fmt.Printf("Detected app language [%s]\n", util.Accented(string(projectType)))
returnfmt.Errorf("unable to determine project type: %w, please use a supported project type, or create your own Dockerfile in the current directory", err)
720
+
returnfmt.Errorf("unable to determine app language: %w, please make sure you are inside your app's directory and are using a supported language", err)
721
721
}
722
+
fmt.Printf("Detected app language [%s]\n", util.Accented(string(projectType)))
fmt.Printf("Detected project type [%s]\n", util.Accented(string(projectType)))
1440
1440
iferr!=nil {
1441
-
returnfmt.Errorf("unable to determine project type: %w, please use a supported project type, or create your own Dockerfile in the current directory", err)
1441
+
returnfmt.Errorf("unable to determine app language: %w, please make sure you are inside your app's directory and are using a supported language", err)
1442
1442
}
1443
+
fmt.Printf("Detected app language [%s]\n", util.Accented(string(projectType)))
0 commit comments