Skip to content

Commit

Permalink
fix: :keyword -> keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolubbe committed Feb 8, 2024
1 parent dfe189d commit 12f19c7
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 12f19c7

Please sign in to comment.