Skip to content

Commit c0028b6

Browse files
committed
another typo
1 parent ef556fb commit c0028b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-trigger-published-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Trigger the run of your Azure Machine Learning Pipeline when new data appears. F
2525
```
2626
# You can find the pipeline ID in Azure Machine Learning studio
2727
28-
published_pipeline = PublishedPipeline.get(ws, id="<pipeline-id-here")
28+
published_pipeline = PublishedPipeline.get(ws, id="<pipeline-id-here>")
2929
published_pipeline.endpoint
3030
```
3131
* [Azure blob storage](../storage/blobs/storage-blobs-overview.md) to store your data.

0 commit comments

Comments
 (0)