Skip to content

Commit 443ca1e

Browse files
committed
(PDB-5672) named-row-id: fix trivial typo
1 parent aa902b2 commit 443ca1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/puppetlabs/puppetdb/scf/storage.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
"Returns the id (primary key) from the table for the row with col = name."
374374
[table col name]
375375
(->> {:select :id :from table :where [:= col name]}
376-
hsql/format (select-one! (jdbc/connection) :id)))
376+
hsql/format (select-one! (jdbc/connection) :id)))
377377

378378
(defn environment-id [name] (named-row-id :environments :environment name))
379379
(defn certname-id [name] (named-row-id :certnames :certname name))

0 commit comments

Comments
 (0)