From 4bb5baf1b8b9e0e50e26be5b8d6c75cf9f2b8a63 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 5 Oct 2025 00:44:07 +0000 Subject: [PATCH] dangit --- bin/hooks/reject-ramdisk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hooks/reject-ramdisk.py b/bin/hooks/reject-ramdisk.py index 75678fd8..c313d1cb 100644 --- a/bin/hooks/reject-ramdisk.py +++ b/bin/hooks/reject-ramdisk.py @@ -61,7 +61,7 @@ def main(ka: dict[str, Any]) -> dict[str, Any]: ap = ka["ap"] # abspath the upload is going to fs, mp = fstab.get(ap) # figure out what the filesystem is - ramdisk = fs in ("tmspfs", "overlay") # looks like a ramdisk? + ramdisk = fs in ("tmpfs", "overlay") # looks like a ramdisk? # log(" fs=%r" % (fs,))