diff options
-rw-r--r-- | src/app/portmaster.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/portmaster.clj b/src/app/portmaster.clj index 3fb57e2..28da2f3 100644 --- a/src/app/portmaster.clj +++ b/src/app/portmaster.clj @@ -76,7 +76,7 @@ (defn turn-on [port] - ; TODO: updated the status + ; TODO: update the status (do-command (str "on " port))) (defn turn-off |