Do not double "yp_" prefix [ci skip]
This commit is contained in:
parent
a5ffcfbd8a
commit
0e5da05a32
@ -412,6 +412,7 @@ module SyncDefaultGems
|
||||
# Move all files in enc to be prefixed with yp_ in order
|
||||
# to deconflict them from non-yarp enc files
|
||||
(Dir.entries("yarp/enc/") - ["..", "."]).each do |f|
|
||||
next if f.start_with?("yp_")
|
||||
mv "yarp/enc/#{f}", "yarp/enc/yp_#{f}"
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user