aboutsummaryrefslogtreecommitdiff
path: root/tools/aio/modules/path.py
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-08-16 00:08:53 +0800
committercrupest <crupest@outlook.com>2024-08-16 00:08:53 +0800
commitbafb5f0d4dbcf07e727499de8b8ae16e8948a67f (patch)
tree8f5a4b8cef9c84bb051ee1f831a86eb54922e859 /tools/aio/modules/path.py
parentc5177018c6fa2367ca4798a71f946e954654c6d2 (diff)
downloadcrupest-bafb5f0d4dbcf07e727499de8b8ae16e8948a67f.tar.gz
crupest-bafb5f0d4dbcf07e727499de8b8ae16e8948a67f.tar.bz2
crupest-bafb5f0d4dbcf07e727499de8b8ae16e8948a67f.zip
fix(aio): tools dir.
Diffstat (limited to 'tools/aio/modules/path.py')
-rw-r--r--tools/aio/modules/path.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aio/modules/path.py b/tools/aio/modules/path.py
index b3b12b9..ac969d3 100644
--- a/tools/aio/modules/path.py
+++ b/tools/aio/modules/path.py
@@ -7,7 +7,7 @@ project_abs_path = os.path.abspath(project_dir)
template_dir = os.path.join(project_dir, "template")
nginx_template_dir = os.path.join(template_dir, "nginx")
data_dir = os.path.join(project_dir, "data")
-tool_dir = os.path.join(project_dir, "tool")
+tool_dir = os.path.join(project_dir, "tools")
tmp_dir = os.path.join(project_dir, "tmp")
backup_dir = os.path.join(project_dir, "backup")
config_file_path = os.path.join(data_dir, "config")