From ed90703b134756fd7b42c65557e8331ae637e64a Mon Sep 17 00:00:00 2001 From: Jan Krebs Date: Thu, 5 Aug 2021 17:55:17 +0200 Subject: [PATCH] Add information where deprecated functions were moved to --- src/main/cljc/dda/c4k_common/common.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cljc/dda/c4k_common/common.cljc b/src/main/cljc/dda/c4k_common/common.cljc index 500b8f5..ee61e12 100644 --- a/src/main/cljc/dda/c4k_common/common.cljc +++ b/src/main/cljc/dda/c4k_common/common.cljc @@ -2,7 +2,7 @@ (:require [clojure.walk])) - +;; deprecated functions were moved to dda.c4k-common.prefixes (defn ^{:deprecated "0.1"} bash-env-string? [input] (and (string? input)