diff --git a/buildman/manager/executor.py b/buildman/manager/executor.py index dc26b35d5..0391eb8f6 100644 --- a/buildman/manager/executor.py +++ b/buildman/manager/executor.py @@ -278,7 +278,7 @@ class PopenExecutor(BuilderExecutor): } logpipe = LogPipe(logging.INFO) - spawned = subprocess.Popen(os.environ.get("BUILDER_BINARY_LOCATION",'/usr/local/quay-builer'), + spawned = subprocess.Popen(os.environ.get("BUILDER_BINARY_LOCATION", '/usr/local/bin/quay-builder'), stdout=logpipe, stderr=logpipe, env=builder_env)