Skip to content

Commit

Permalink
Merge pull request #2381 from alan-turing-institute/file_parents
Browse files Browse the repository at this point in the history
Correct file parents
  • Loading branch information
JimMadge authored Jan 27, 2025
2 parents fc13696 + 7d627c3 commit 4d4274b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def __init__(
storage_account_name=props.storage_account_name,
),
opts=ResourceOptions.merge(
child_opts, ResourceOptions(parent=file_share_nexus)
child_opts, ResourceOptions(parent=file_share_nexus_allowlists)
),
)
pypi_reader = FileReader(
Expand All @@ -153,7 +153,7 @@ def __init__(
storage_account_name=props.storage_account_name,
),
opts=ResourceOptions.merge(
child_opts, ResourceOptions(parent=file_share_nexus)
child_opts, ResourceOptions(parent=file_share_nexus_allowlists)
),
)

Expand Down

0 comments on commit 4d4274b

Please sign in to comment.