lib/runcible/models/ostree_importer.rb in runcible-1.9.1 vs lib/runcible/models/ostree_importer.rb in runcible-1.9.2

- old
+ new

@@ -2,10 +2,10 @@ module Models class OstreeImporter < Importer ID = 'ostree_web_importer'.freeze REPO_TYPE = 'OSTREE'.freeze - attr_accessor 'branches' + attr_accessor 'branches', 'depth' def id OstreeImporter::ID end