Skip to content

Commit

Permalink
fix(build): remove auto Procfile lookup for deis pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan McNaught committed Mar 3, 2020
1 parent b4dabeb commit 90bd541
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions parser/builds.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ Options:
func buildsCreate(argv []string, cmdr cmd.Commander) error {
usage := `
Creates a new build of an application. Imports an <image> and deploys it to Deis
as a new release. If a Procfile is present in the current directory, it will be used
as the default process types for this application.
as a new release.
Usage: deis builds:create <image> [options]
Expand Down

0 comments on commit 90bd541

Please sign in to comment.