diff --git a/Rakefile b/Rakefile index 1bf0045..014619a 100644 --- a/Rakefile +++ b/Rakefile @@ -37,7 +37,7 @@ END end sh "git clean -f snippets" FileUtils.cd 'pkg' do - sh "tar cf yasnippet-#{$version}.tar yasnippet-#{$version}" + sh "tar cfz yasnippet-#{$version}.tar.gz yasnippet-#{$version}" end end