aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gitmirror
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gitmirror')
-rwxr-xr-xmodules/gitmirror/files/on-the-pull2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gitmirror/files/on-the-pull b/modules/gitmirror/files/on-the-pull
index ec2f979b..fb1c410d 100755
--- a/modules/gitmirror/files/on-the-pull
+++ b/modules/gitmirror/files/on-the-pull
@@ -176,7 +176,7 @@ class GitUpdater(Thread):
raise Exception(f"Clone folder '{clonefolder}' appears to be a file :s")
if changed and self.cmd:
- # Udate the info/web/last-modified file as used by cgit
+ # Update the info/web/last-modified file as used by cgit
os.chdir(clonefolder)
command = [self.cmd, repo]
if treeish: