Skip to content

Commit

Permalink
fix name of procfile provider (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup authored Aug 13, 2024
1 parent d27e7b5 commit 509a924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/procfile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct ProcfileProvider {}

impl Provider for ProcfileProvider {
fn name(&self) -> &str {
"deno"
"procfile"
}

fn get_build_plan(&self, app: &App, _env: &Environment) -> Result<Option<BuildPlan>> {
Expand Down

0 comments on commit 509a924

Please sign in to comment.