summaryrefslogtreecommitdiff
path: root/backend/resilient/__init__.py
diff options
context:
space:
mode:
authorIkiWiki <ikiwiki.info>2019-09-02 13:26:55 -0400
committerIkiWiki <ikiwiki.info>2019-09-02 13:26:55 -0400
commit1e6e19dad98f517152aeba4e4f60a87a7731d648 (patch)
tree90dadaf946593e84fd5eb421fea42f21e51e57cc /backend/resilient/__init__.py
parent23f867762d8482ac16fc351b1529f45880a740b9 (diff)
downloadstandingwithresilience-1e6e19dad98f517152aeba4e4f60a87a7731d648.tar.gz
standingwithresilience-1e6e19dad98f517152aeba4e4f60a87a7731d648.zip
fix typo
Diffstat (limited to 'backend/resilient/__init__.py')
-rw-r--r--backend/resilient/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/resilient/__init__.py b/backend/resilient/__init__.py
index ead6576..d44e914 100644
--- a/backend/resilient/__init__.py
+++ b/backend/resilient/__init__.py
@@ -139,7 +139,7 @@ class ikiwiki:
html_git_path = os.path.join(html_path, 'git')
os.mkdir(html_git_path)
- for path in ['objects/info', 'objects/packs', 'refs', 'HEAD', 'info', 'packed-refs']:
+ for path in ['objects/info', 'objects/pack', 'refs', 'HEAD', 'info', 'packed-refs']:
git_subpath = os.path.join(git_path, path)
html_git_subpath = os.path.join(html_git_path, path)
if os.path.isdir(git_subpath):