Skip to content

Commit

Permalink
Fix incorrect default TWS_MAJOR_VRSN variable for macOS start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rlktradewright committed Sep 22, 2023
1 parent 6184ddf commit 0e5cd4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/gatewaystartmacos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#=============================================================================+


TWS_MAJOR_VRSN=1019
TWS_MAJOR_VRSN=10.19
IBC_INI=~/ibc/config.ini
TRADING_MODE=
TWOFA_TIMEOUT_ACTION=exit
Expand Down
2 changes: 1 addition & 1 deletion resources/twsstartmacos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#=============================================================================+


TWS_MAJOR_VRSN=1019
TWS_MAJOR_VRSN=10.19
IBC_INI=~/ibc/config.ini
TRADING_MODE=
TWOFA_TIMEOUT_ACTION=exit
Expand Down

0 comments on commit 0e5cd4f

Please sign in to comment.