summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-09 04:47:32 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-09 04:47:32 +0100
commitfe98fb3903138e7afec5f85b66fbb42f18440bfc (patch)
tree6f53964cc0181f4472db1c68bf5be0089f893ce4
parent553ff94b56e8e347b130b01ff226f65136cfb55d (diff)
[CHORE] Rename tools to updater.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rwxr-xr-xupdater.sh2
-rw-r--r--updater/__init__.py (renamed from tools/__init__.py)0
-rwxr-xr-xupdater/updater.py (renamed from tools/updater.py)0
3 files changed, 1 insertions, 1 deletions
diff --git a/updater.sh b/updater.sh
index c22c9a9..6512d2f 100755
--- a/updater.sh
+++ b/updater.sh
@@ -1,6 +1,6 @@
#! /bin/sh
-python3 ./tools/__init__.py
+python3 ./updater/__init__.py
diff --git a/tools/__init__.py b/updater/__init__.py
index eeef556..eeef556 100644
--- a/tools/__init__.py
+++ b/updater/__init__.py
diff --git a/tools/updater.py b/updater/updater.py
index afb32f5..afb32f5 100755
--- a/tools/updater.py
+++ b/updater/updater.py