Skip to content

Commit

Permalink
Change bark_branch_rules to bark_ref_rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
elibon99 committed Nov 27, 2023
1 parent 2b7e6d9 commit dcf7075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitbark/commands/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def add_commit_rules_interactive(project: Project) -> None:
def add_branch_rules_interactive(branch: str) -> list:
click.echo(f"Specify Branch Rules for the '{branch}' branch!")
branch_rules: list = []
add_rules_interactive("bark_branch_rules", branch_rules)
add_rules_interactive("bark_ref_rules", branch_rules)
return branch_rules


Expand Down

0 comments on commit dcf7075

Please sign in to comment.