aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-30 13:56:52 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-30 13:56:52 +0530
commit5a1c11d1f517b287ad840ca4ffd9805010577624 (patch)
tree47c90a4c28e409b13caa7087fc1fd5b70f8c3b06 /src/main.c
parent13f18ecfb05fb572b6f30364b570023661977ebb (diff)
main: fetch base_directory from getopt
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 15171da..dffdc78 100644
--- a/src/main.c
+++ b/src/main.c
@@ -52,7 +52,7 @@ main(int argc, char **argv)
}
}
- msg->base_directory = "compromyse.xyz";
+ msg->base_directory = argv[optind];
int r = run();