Commit 8e75fb2

mokha <mokha@cisco.com>
2018-02-08 22:49:35
fix typo. tag: v0.3.3
1 parent be1f901
Changed files (2)
lib/saml/kit/cli/version.rb
@@ -1,7 +1,7 @@
 module Saml
   module Kit
     module Cli
-      VERSION = "0.3.2"
+      VERSION = "0.3.3"
     end
   end
 end
lib/saml/kit/cli/yaml_registry.rb
@@ -35,8 +35,8 @@ module Saml
           if @in_transaction
             yield @items
           else
-            begin
-              @items.transaction do
+            @items.transaction do
+              begin
                 @in_transaction = true
                 yield @items
               ensure