Skip to content

Commit

Permalink
Merge pull request #262 from ngiger/master
Browse files Browse the repository at this point in the history
  • Loading branch information
zdavatz authored Mar 1, 2024
2 parents 0e04ebe + 729ac7f commit 97e7e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/user/download_item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def init
keys = [:buy, :month, :compression] # month and compression are optional
input = user_input(keys, [:buy])
items = [] # as container (one item)
dir = ODDB::TEST_DATA_DIR
dir = ODDB::EXPORT_DIR
filename = nil
# All files have .zip compressed version without epub and prc.
# Some items have only .zip and .tar.gz only.
Expand Down

0 comments on commit 97e7e17

Please sign in to comment.