Skip to content

Commit

Permalink
Fix regression. (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-rieke committed Mar 26, 2024
1 parent 1bec9b0 commit 3c0090a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cli/trcconfigbase/trcconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@ func CommonMain(envPtr *string,
Regions: regions,
SecretMode: *secretMode,
ServicesWanted: services,
StartDir: driverConfig.StartDir,
EndDir: driverConfig.EndDir,
StartDir: driverConfigBase.StartDir,
EndDir: driverConfigBase.EndDir,
WantKeystore: *keyStorePtr,
ZeroConfig: *zcPtr,
GenAuth: false,
Expand Down

0 comments on commit 3c0090a

Please sign in to comment.