Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
fixing description of ping
Browse files Browse the repository at this point in the history
  • Loading branch information
Chauncey committed Jun 20, 2013
1 parent eadd4f2 commit 6f6a1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/jarvis/plugins/ping.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns jarvis.plugins.flows)

(defn ^{:description "ping - I will respond if I am available."
(defn ^{:description "I will respond if I am available."
:command "ping"
:author "Jonathan Chauncey"
:plugin true}
Expand Down

0 comments on commit 6f6a1f5

Please sign in to comment.