babashka / babashka-sql-pods

Babashka pods for SQL databases
Eclipse Public License 1.0
84 stars 16 forks source link

Replace `opts` with `ops` in describe-map #46

Open cap10morgan opened 2 years ago

cap10morgan commented 2 years ago

https://github.com/babashka/babashka-sql-pods/blob/5792dd29cfd68ad0605d3ed859db5212323fa307/src/pod/babashka/sql.clj#L224

Was going through the docs on writing pods and using this as an example. I noticed that this key in the linked line above is :opts where the docs say you want :ops.

borkdude commented 2 years ago

It should be :ops. Feel free to PR a change.

See https://github.com/babashka/pods/blob/f360afa6135b8bd2d384d9ba4582c0de6fdac804/src/babashka/pods/impl.clj#L254