Skip to content

Commit c323603

Browse files
authored
Merge pull request #14 from metabase/require-clojure-string-for-script
2 parents 8e213eb + c16c5bb commit c323603

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)