Skip to content

Commit

Permalink
CTOOLS-373: Corrected path
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Storey-Finbourne committed Sep 27, 2024
1 parent 8b3c7ab commit 151e1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ make-fix-for-one-of:

make-import-fix:
bash {{justfile_directory()}}/generate/fix-imports-for-access.sh \
{{justfile_directory()}}/generate/.output/access/models/policy_selector_definition.py \
{{justfile_directory()}}/generate/.output/sdk/finbourne_access/models/policy_selector_definition.py \
"from access.models.selector_definition import SelectorDefinition" \
"PolicySelectorDefinition.update_forward_refs()"
bash {{justfile_directory()}}/generate/fix-imports-for-access.sh \
{{justfile_directory()}}/generate/.output/access/models/selector_definition.py \
{{justfile_directory()}}/generate/.output/sdk/finbourne_access/models/selector_definition.py \
"from access.models.policy_selector_definition import PolicySelectorDefinition" \
"SelectorDefinition.update_forward_refs()"

0 comments on commit 151e1f2

Please sign in to comment.