Skip to content

Commit c16c5bb

Browse files
committed
fix script
1 parent 6c907ad commit c16c5bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/check_incoming_branchname.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
(ns check-incoming-branchname)
1+
(ns check-incoming-branchname
2+
(:require [clojure.string :as str]))
23

34
(defn usage []
45
(println "Usage: script/check_incoming_branchname.clj branchname")

0 commit comments

Comments
 (0)