repomate 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/repomate/base.rb +3 -3
- metadata +1 -1
data/lib/repomate/base.rb
CHANGED
|
@@ -109,11 +109,11 @@ module RepoMate
|
|
|
109
109
|
end
|
|
110
110
|
|
|
111
111
|
FileUtils.move(stage_fullname, pool_fullname) unless File.exists?(pool_fullname)
|
|
112
|
-
@link.destroy(unlink_workload) unless unlink_workload.empty?
|
|
113
|
-
@link.create(link_workload) unless link_workload.empty?
|
|
114
112
|
end
|
|
115
113
|
end
|
|
116
|
-
|
|
114
|
+
|
|
115
|
+
@link.destroy(unlink_workload) unless unlink_workload.empty?
|
|
116
|
+
@link.create(link_workload) unless link_workload.empty?
|
|
117
117
|
@metafile.create unless link_workload.empty?
|
|
118
118
|
end
|
|
119
119
|
|