Skip to content

Commit

Permalink
topology needs to be string
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Nov 5, 2024
1 parent 5d6f749 commit 0c41a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flux/templates/components.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ${SUDO} mv ./flux-view.sh ${viewbase}/flux-view.sh
cat <<EOT >> ./flux-connect.sh
#!/bin/bash
. ${viewbase}/flux-view.sh
flux proxy $fluxsocket bash
flux proxy ${fluxsocket} bash
EOT
${SUDO} mv ./flux-connect.sh ${viewbase}/flux-connect.sh

Expand Down

0 comments on commit 0c41a99

Please sign in to comment.