Skip to content

Commit

Permalink
Update postinstall.yml
Browse files Browse the repository at this point in the history
adapted to .venv instead of .env
  • Loading branch information
luck0r authored Dec 7, 2023
1 parent f880af0 commit 1e831ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/postinstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@


- name: 'get current freqtrade version'
shell: /bin/bash -ic 'source .env/bin/activate; python3 -m freqtrade --version'
shell: /bin/bash -ic 'source .venv/bin/activate; python3 -m freqtrade --version'
register: freqtrade_version
args:
chdir: "{{ freqtrade_installation_directory }}"

- debug: var=freqtrade_version.stdout
- debug: var=freqtrade_version.stdout

0 comments on commit 1e831ef

Please sign in to comment.