aboutsummaryrefslogtreecommitdiff
path: root/global.ha
diff options
context:
space:
mode:
Diffstat (limited to 'global.ha')
-rw-r--r--global.ha11
1 files changed, 0 insertions, 11 deletions
diff --git a/global.ha b/global.ha
deleted file mode 100644
index ac5ac14..0000000
--- a/global.ha
+++ /dev/null
@@ -1,11 +0,0 @@
-let global: struct {
- title: str,
- version: str,
- ssh_pubkey: str,
- ssh_fp: str,
-} = struct {
- title: str = "Test Forge",
- version: str = VERSION,
- ssh_pubkey: str = "pubkey",
- ssh_fp: str = "fp",
-};