Skip to content

Commit

Permalink
Add a space for the build info
Browse files Browse the repository at this point in the history
  • Loading branch information
just-sultanov committed Jan 16, 2024
1 parent b217dfb commit 97c52bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/xdeps/cli/help.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(let [{:keys [version branch commit timestamp]} config/meta
build (->> [branch commit timestamp]
(remove empty?)
(str/join ","))]
(str/join ", "))]
(println (format "xdeps %s (%s)" version build))))


Expand Down

0 comments on commit 97c52bd

Please sign in to comment.