Skip to content

Commit

Permalink
ibkr-rust-flex
Browse files Browse the repository at this point in the history
  • Loading branch information
Czichy committed Dec 3, 2024
1 parent e2ffdfc commit c97405b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/HL-1-MRZ-HOST-01/guests/ibkr-flex.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
set -euo pipefail
echo "Downloading Flex Report"
token="cat ${config.age.secrets.ibkrFlexToken.path})";
token="$(cat ${config.age.secrets.ibkrFlexToken.path})";
/run/current-system/sw/bin/ibkr-rust-flex -q ${query} -t "$token" --dump-path /TWS_Flex_Reports
for file in /TWS_Flex_Reports/*.xml ; do
Expand Down

0 comments on commit c97405b

Please sign in to comment.