Skip to content

Commit c87587c

Browse files
committed
update func name
1 parent bfc4156 commit c87587c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.evergreen/config.in.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -989,10 +989,10 @@ tasks:
989989
- func: bootstrap mongo-orchestration
990990
- func: fetch source
991991
- func: install package
992-
- func: log state
992+
- func: log-state
993993
- func: run unit tests
994994

995-
- name: log state
995+
- name: log-state
996996
commands:
997997
- command: shell.exec
998998
params:

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -914,9 +914,9 @@ tasks:
914914
- func: bootstrap mongo-orchestration
915915
- func: fetch source
916916
- func: install package
917-
- func: log state
917+
- func: log-state
918918
- func: run unit tests
919-
- name: log state
919+
- name: log-state
920920
commands:
921921
- command: shell.exec
922922
params:

0 commit comments

Comments
 (0)