Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! allow to version with any fn source
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenet committed Jul 18, 2024
1 parent 84f56aa commit bf71629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exoscale/tools/project/api/version.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[exoscale.deps-version :as version]))

(defn run-version-fn [version-fn]
(when-let [f (requiring-resolve version-fn)]
(when-let [f (requiring-resolve (symbol version-fn))]
(f)))

(defn get-version
Expand Down

0 comments on commit bf71629

Please # to comment.