diff --git a/frontend/src/features/nodes/pages/NodesPage.js b/frontend/src/features/nodes/pages/NodesPage.js
index 1e0d8c2..690a160 100644
--- a/frontend/src/features/nodes/pages/NodesPage.js
+++ b/frontend/src/features/nodes/pages/NodesPage.js
@@ -763,7 +763,7 @@
>Copy
- powershell -Command "irm '${window.location.origin}/api/v1/nodes/provision/ps1/${node.node_id}?token=${node.invite_token}' | iex"
+ powershell -Command "irm '{window.location.origin}/api/v1/nodes/provision/ps1/{node.node_id}?token={node.invite_token}' | iex"
Best for terminal-only servers. Installs agent as a persistent service.