From d603555b5e0e1e954c8ceaaada142aa8090e13da Mon Sep 17 00:00:00 2001 From: Pascal Friederich Date: Mon, 4 Jan 2010 16:56:56 +0100 Subject: [PATCH] BUGFIX: Dump the keyfiles when running the setup task --- bin/muggle | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/muggle b/bin/muggle index 1fa9f2e..3fa9037 100755 --- a/bin/muggle +++ b/bin/muggle @@ -63,6 +63,7 @@ class MuggleClient file.puts config end $stdout.puts " [DONE]" + dump_keyfiles(pool) end def method_missing(method, *args)