Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Cook <[email protected]>
  • Loading branch information
jmcook1186 authored May 31, 2024
1 parent 249499c commit 188e5e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/examples/pipeline-teads-sci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ initialize:
global-config:
functional-unit: "component"
"sum-carbon":
path: "@grnsft/if-plugins"
path: "builtin"
method: Sum
global-config:
input-parameters:
Expand Down
2 changes: 1 addition & 1 deletion manifests/examples/pipeline-with-aggregate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ initialize:
global-config:
functional-unit: "requests"
"sum-carbon":
path: "@grnsft/if-plugins"
path: "builtin"
method: Sum
global-config:
input-parameters:
Expand Down
2 changes: 1 addition & 1 deletion manifests/examples/pipeline-with-mocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ initialize:
path: "@grnsft/if-plugins"
method: SciO
"sum-carbon":
path: "@grnsft/if-plugins"
path: "builtin"
method: Sum
global-config:
input-parameters:
Expand Down

0 comments on commit 188e5e7

Please sign in to comment.