Skip to content

Commit

Permalink
fix: remove extra endif
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollorion committed Jun 6, 2024
1 parent 62a5d8d commit 50f34b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spacemk/templates/base.tf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ resource "spacelift_stack" "{{ stack._relationships.space._migration_id }}_{{ st
github_enterprise {
{{ argument("namespace", stack.vcs.namespace) }}
}
{% endif %}
{% elif stack.vcs.provider %}
{{ stack.vcs.provider }} {
{{ argument("namespace", stack.vcs.namespace) }}
Expand Down Expand Up @@ -266,7 +265,6 @@ resource "spacelift_module" "{{ module._relationships.space._migration_id }}_{{
{{ argument("namespace", module.vcs.namespace) }}
}
{% endif %}
{% endif %}
}
{% block module_extra scoped %}{% endblock %}
{% endif %}
Expand Down

0 comments on commit 50f34b1

Please sign in to comment.