summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorFly me to the moon <git@bigly.dog>2020-11-03 01:42:20 -0800
committerFly me to the moon <git@bigly.dog>2020-11-03 01:42:20 -0800
commitd27ecf1e2bf4ca7d8a164d7d9debe3ac8cb262bf (patch)
tree3d1e09944ddb7bb45bcc448d737c39fdaa644dd1 /ci
parentbc222624630816e03db63e31d9cf6c8ddb2ec2cc (diff)
typo
Diffstat (limited to 'ci')
-rwxr-xr-xci/release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/release.py b/ci/release.py
index 5adefda..bf90ddc 100755
--- a/ci/release.py
+++ b/ci/release.py
@@ -63,7 +63,7 @@ def git_clone(name: str) -> None:
email = "ci@ci.ci"
username = "ci-bot"
uri = f"https://ms-jpq:{token}@github.com/ms-jpq/homebrew-sad.git"
- call("git", "clone", "depth=1", uri, name)
+ call("git", "clone", "--depth=1", uri, name)
call("git", "config", "user.email", email, cwd=name)
call("git", "config", "user.name", username, cwd=name)