aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bin/deploy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/deploy.rs b/src/bin/deploy.rs
index 756c97c..9c41d25 100644
--- a/src/bin/deploy.rs
+++ b/src/bin/deploy.rs
@@ -208,7 +208,7 @@ async fn get_deployment_data(
}
(None, None) => {
// We need to evaluate all profiles of all nodes anyway, so just do it strictly
- c.arg(format!("deploy: deploy"))
+ c.arg("deploy: deploy")
}
(None, Some(_)) => return Err(GetDeploymentDataError::ProfileNoNode),
}