Skip to content

Commit 0c1a806

Browse files
authored
chore(workflow-cli): default dryccpath (#70)
1 parent a51c618 commit 0c1a806

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parser/builds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Options:
104104

105105
stack := safeGetValue(args, "--stack", "container")
106106
procfile := safeGetValue(args, "--procfile", "Procfile")
107-
dryccpath := safeGetValue(args, "--dryccpath", ".")
107+
dryccpath := safeGetValue(args, "--dryccpath", ".drycc")
108108

109109
return cmdr.BuildsCreate(app, image, stack, procfile, dryccpath, confirm)
110110
}

0 commit comments

Comments
 (0)