Skip to content

Commit

Permalink
style: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollorion committed Jun 6, 2024
1 parent 4e5d899 commit 62a5d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacemk/templates/base.tf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ resource "spacelift_stack" "{{ stack._relationships.space._migration_id }}_{{ st
{% if stack.terraform.workflow_tool == "CUSTOM" %}
{{ argument("runner_image ", extra_vars.custom_terraform_runner_image ~ ":" ~ stack.terraform.version, required=True) }}
{% endif %}

{% if stack.vcs.provider == "github_custom" and generation.github.custom_app %}
github_enterprise {
{{ argument("namespace", stack.vcs.namespace) }}
Expand Down

0 comments on commit 62a5d8d

Please sign in to comment.