aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kernelci/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernelci/build.py b/kernelci/build.py
index 0c117a5..7ed0374 100644
--- a/kernelci/build.py
+++ b/kernelci/build.py
@@ -141,7 +141,7 @@ def check_new_commit(config, storage):
def _update_remote(config, path):
- shell_cmd("""
+ shell_cmd("""
cd {path}
if git remote | grep -e '^{remote}$'; then
git remote set-url {remote} {url}