summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mode/ibb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/mode/ibb.nix b/mode/ibb.nix
index e2d4dd0..ffc7cb4 100644
--- a/mode/ibb.nix
+++ b/mode/ibb.nix
@@ -25,7 +25,7 @@ in
path = with pkgs; [ ibb bash ];
wantedBy = [ "multi-user.target" ];
script = ''
- PORT=${cfg.port} ./bin/ibb
+ PORT=${cfg.port} ./bin/ibb
'';
description = ''
Influenced By Books website