owainlewis / digital-ocean

Idiomatic Clojure client for Digital Ocean that makes it easy to boot virtual servers from your REPL
37 stars 13 forks source link

snapshot-droplet in v1 does not work #7

Closed behrica closed 10 years ago

behrica commented 10 years ago

calling it like this gives an error:

(snapshot-droplet client-id api-key 2611305 "gate-4")
UnknownFormatConversionException Conversion = '/'  java.util.Formatter.checkText (Formatter.java:2547)

Looking at the code I saw that the syntax of the "format" string is wrong.

I'll send a PR

behrica commented 10 years ago

works now