Skip to content

Commit abc9ef5

Browse files
committed
Move '/.' back to first arg in :update_style
Rel imathis#1299
1 parent 4a3c160 commit abc9ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ task :update_style, :theme do |t, args|
184184
mv "sass", "sass.old"
185185
puts "## Moved styles into sass.old/"
186186
cp_r "#{themes_dir}/"+theme+"/sass/", "sass"
187-
cp_r "sass/custom", "sass.old/custom/."
187+
cp_r "sass/custom/.", "sass.old/custom"
188188
puts "## Updated Sass ##"
189189
end
190190

0 commit comments

Comments
 (0)