Skip to content

Commit

Permalink
one more typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tonygard-indecon committed Jan 7, 2025
1 parent d72171f commit b2298d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/2c_run_report_scenarios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
### Format sector names
sectors0 |> print()
sectors0 <- sectors0 |> str_split(pattern=",") |> unlist() |> trimws()
sectors0 <- sectors0 |> tolower()
sectorsLC0 <- sectors0 |> tolower()
doAll <- "all" %in% sectorsLC0
doGcm <- "gcm" %in% sectorsLC0
doSlr <- "slr" %in% sectorsLC0
Expand Down

0 comments on commit b2298d5

Please sign in to comment.