Skip to content

Commit

Permalink
Fix typo in wave awips gridded task def (#1412)
Browse files Browse the repository at this point in the history
The task name was misspelled in the task definition for gridded wave
awips.
  • Loading branch information
WalterKolczynski-NOAA authored Mar 22, 2023
1 parent 74b344d commit ea15b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rocoto/workflow_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ def waveawipsgridded(self):
deps.append(rocoto.add_dependency(dep_dict))
dependencies = rocoto.create_dependency(dep=deps)

resources = self.get_resource('waeawipsgridded')
resources = self.get_resource('waveawipsgridded')
task = create_wf_task('waveawipsgridded', resources, cdump=self.cdump, envar=self.envars,
dependency=dependencies)

Expand Down

0 comments on commit ea15b26

Please sign in to comment.