Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Oct 11, 2024
1 parent 9449d3a commit ca5b8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/including_custom_steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ file and import it in your pipeline configuration file:
pipelines:
- name: custom_pipeline
steps:
- script:///albedo/home/pgierz/Code/playground/my_custom_step.py::my_custom_step
- script:///albedo/home/pgierz/Code/playground/my_custom_step.py:my_custom_step
Note that the ``script://`` prefix is required! Thereafter, you should still start your
path with a slash, e.g. use an absolute path all the way. The function inside your file
Expand Down

0 comments on commit ca5b8f1

Please sign in to comment.