Skip to content

Commit

Permalink
Correct incorrect env variable name passed for relay name
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Apr 2, 2024
1 parent 72a8a49 commit c350e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/set-relay-name
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ set_relay_name() {
set_relay_name
## Add check to only use if relay profile is running

bash -c "env VOINETWORK_RELAY_NAME=\"${VOINETWORK_TELEMETRY_NAME}\" docker stack deploy -c ${HOME}/voi/docker/relay.yml voinetwork"
bash -c "env VOINETWORK_TELEMETRY_NAME=\"${VOINETWORK_TELEMETRY_NAME}\" docker stack deploy -c ${HOME}/voi/docker/relay.yml voinetwork"

0 comments on commit c350e86

Please sign in to comment.