diff --git a/src/fs/core.clj b/src/fs/core.clj index 1a3d8a9..ea3b0f9 100644 --- a/src/fs/core.clj +++ b/src/fs/core.clj @@ -4,7 +4,7 @@ (:require [clojure.zip :as zip] [clojure.java.io :as io] [clojure.string :as string] - [clojure.java.sh :as sh]) + [clojure.java.shell :as sh]) (:import (java.io File FilenameFilter))) ;; Once you've started a JVM, that JVM's working directory is set in stone