Skip to content

Commit

Permalink
CI: Fixed name for example pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Oct 22, 2020
1 parent 51c7d08 commit 0d6fa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/example/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def source_url(day: str) -> str:
class Pipeline(pangeo_forge.AbstractPipeline):
# You must define a few pieces of metadata in your pipeline.
# name is the pipeline name, typically the name of the dataset.
name = "name"
name = "example"
# repo is the URL of the GitHub repository this will be stored at.
repo = "pangeo-forge/example-pipeline"

Expand Down

0 comments on commit 0d6fa51

Please sign in to comment.