summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 5dd5db5..ab96a02 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -10,7 +10,7 @@ use anyhow::Result;
use routes::read_routes;
use rocket::{State, http::Status};
-const BIN_NAME: &str = "build-joeac";
+const BIN_NAME: &str = "shapi";
#[launch]
fn rocket() -> _ {