Skip to content

Commit d446eef

Browse files
committed
Remove verbose flag on extract archive
1 parent c7da376 commit d446eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ckeditor/utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def parameterize_filename(filename)
1515

1616
def extract(filepath, output)
1717
# TODO: need check system OS
18-
system("tar --exclude=*.php --exclude=*.asp -C '#{output}' -xzvf '#{filepath}' ckeditor/")
18+
system("tar --exclude=*.php --exclude=*.asp -C '#{output}' -xzf '#{filepath}' ckeditor/")
1919
end
2020

2121
def js_replace(dom_id, options = {})

0 commit comments

Comments
 (0)