Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eacharles committed Dec 3, 2024
1 parent 82908f5 commit 150625a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rail/cli/pipe_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def inspect_command(config_file: str) -> int:
@pipe_options.config_file()
@pipe_options.flavor()
def build_command(config_file: str, **kwargs: Any) -> int:
"""Build the ceci pipeline configurtion files"""
"""Build the ceci pipeline configuration files"""
project = RailProject.load_config(config_file)
flavors = project.get_flavor_args(kwargs.pop('flavor'))
iter_kwargs = project.generate_kwargs_iterable(flavor=flavors)
Expand Down

0 comments on commit 150625a

Please sign in to comment.