diff options
author | David Barksdale <amatus@amat.us> | 2017-04-22 12:23:11 -0500 |
---|---|---|
committer | David Barksdale <amatus@amat.us> | 2017-04-22 12:23:11 -0500 |
commit | d95b38575fe6157cf000747cc1b4da9e33d3d9cd (patch) | |
tree | 7055012ab4294856e911e0b4107c8c9c2f2df6af | |
parent | 897507bf1441c5b02973e56b30eefed87b00fb0a (diff) |
Fix typo
-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 |