Compare commits

..

No commits in common. "52a56476d39849fe99a9af5075f8adc53d5374e6" and "01feb985fb92d11476b8d3623812c640d634396e" have entirely different histories.

3 changed files with 3 additions and 9 deletions

View file

@ -1,9 +1,3 @@
## 0.1.0a5 (2025-02-13)
### Fix
- structural load
## 0.1.0a4 (2025-02-13)
### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.user_data_bitwarden"
version = "0.1.0a5"
version = "0.1.0a4"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "Rougail user_data Bitwarden"

View file

@ -30,10 +30,10 @@ step:
redefine: true
default:
jinja: |-
{% if 'bitwarden' in step.user_data %}
{% if step.user_data == ['bitwarden'] %}
bitwarden
{% endif %}
{% if 'risotto' in step.user_data %}
{% if step.user_data == ['risotto'] %}
risotto
{% else %}
directory