summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-command-op-templates2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-command-op-templates b/scripts/build-command-op-templates
index 25f03cf91..0383c8982 100755
--- a/scripts/build-command-op-templates
+++ b/scripts/build-command-op-templates
@@ -137,7 +137,7 @@ def make_node_def(props, command):
if command is not None:
- node_def += "run: sudo sh -c \"{0}\"\n".format(command.text)
+ node_def += "run: {0}\n".format(command.text)
if debug: