Skip to content

Commit

Permalink
[node] Fix name (#85)
Browse files Browse the repository at this point in the history
* fix name

* bump version
  • Loading branch information
BulatSaif authored Nov 14, 2024
1 parent 01f260d commit d28a982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: paritytech
name: chain

# The version of the collection. Must be compatible with semantic versioning
version: 1.10.6
version: 1.10.7

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion roles/node/templates/env.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COMMON="\
{%- endif %}"

{% if ( node_parachain_relay_chain_rpc_urls | length ) == 0 %}
RC_NAME="{% if node_parachain_has_name_fix %}--name {{ node_public_name }}{% endif %}"
RC_NAME="{% if node_parachain_has_name_fix %}--name '{{ node_public_name }}'{% endif %}"

RC_KEY="
{%- if node_p2p_private_key != '' %}
Expand Down

0 comments on commit d28a982

Please sign in to comment.