Skip to content

Commit fdddddb

Browse files
Fix typo
1 parent 950f3d1 commit fdddddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_nebari/stages/infrastructure/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ def tf_objects(self) -> List[Dict]:
723723
]
724724
elif self.config.provider == schema.ProviderEnum.local:
725725
return [
726-
*resource,
726+
*resources,
727727
NebariOpentofuRequiredProvider("kind", self.config),
728728
NebariOpentofuRequiredProvider("docker", self.config),
729729
NebariOpentofuRequiredProvider("kubectl", self.config),

0 commit comments

Comments
 (0)