Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xypwn committed Mar 16, 2024
1 parent 73a7942 commit c4fcfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ extractor config:
if err != nil {
prt.Fatalf("%v", err)
}
extrCfgEnabledList := extrCfg["enabled"]
extrCfgDisabledList := extrCfg["disabled"]
extrCfgEnabledList := extrCfg["enable"]
extrCfgDisabledList := extrCfg["disable"]
for _, cfg := range []extractor.Config{extrCfgEnabledList, extrCfgDisabledList} {
if cfg["audio"] == "true" {
cfg["wwise_stream"] = "true"
Expand Down

0 comments on commit c4fcfdb

Please sign in to comment.