Skip to content

Commit

Permalink
create-database should just return nil upon success.
Browse files Browse the repository at this point in the history
- Contract for CLI functions is to return a string representing an
error message, or nil if its work was successful.
  • Loading branch information
Matt Russell committed Jun 16, 2020
1 parent 3ca56cc commit b93cc3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pseudoace/cli.clj
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@
models-filename
no-locatable-schema
no-fixups
verbose)
true)
verbose))

(defn uri-to-helper-uri
"Create a new URI for the helper db from the main datomic db URI. "
Expand Down

0 comments on commit b93cc3b

Please sign in to comment.