Skip to content

Commit

Permalink
Changed .facio.pipeline.yml to .facio.hooks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krak3n committed Jul 25, 2013
1 parent 30cdd3c commit c0620a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/facio/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run(self):

pipeline = Pipeline()
pipeline.load(os.path.join(
state.get_project_root(), '.facio.pipeline.yml'
state.get_project_root(), '.facio.hooks.yml'
))

if pipeline.has_before():
Expand Down

0 comments on commit c0620a4

Please sign in to comment.