Skip to content

Commit

Permalink
fix: :keyword -> keyword (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolubbe authored Apr 21, 2024
1 parent dfe189d commit c2d1555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/k16/kl/commands/services.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
service (get-in module [:network :services service-name])

endpoint-name
(or (-> props :endpoint :keyword)
(or (-> props :endpoint keyword)
(-> (prompt/select "Select Default Endpoint"
(->> (:endpoints service)
(map (fn [[endpoint-name]]
Expand Down

0 comments on commit c2d1555

Please sign in to comment.