Skip to content

Commit

Permalink
Merge pull request #1100 from intuit/brew
Browse files Browse the repository at this point in the history
fix default formula path
  • Loading branch information
hipstersmoothie authored Apr 1, 2020
2 parents 43ccb78 + 52b94a1 commit c7d1c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/brew/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class BrewPlugin implements IPlugin {
}

try {
const { executable, name, formula = "formula.template" } = config;
const { executable, name, formula = "formula-template.rb" } = config;
const version = await auto.git.getLatestTagInBranch();
const sha = execSync(`shasum --algorithm 256 ${executable}`, {
encoding: "utf8",
Expand Down

0 comments on commit c7d1c9d

Please sign in to comment.