repomate 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
|