We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f8d02 commit 5b7cfbcCopy full SHA for 5b7cfbc
scripts/release.pl
@@ -187,7 +187,7 @@ ($$)
187
}
188
189
print "Producing archive...\n";
190
-run( "git archive --format tar --prefix=qgis-$version/ $reltag $ltrtag | bzip2 -c >qgis-$version.tar.bz2", "git archive failed" );
+run( "git archive --format tar --prefix=qgis-$version/ $reltag | bzip2 -c >qgis-$version.tar.bz2", "git archive failed" );
191
run( "md5sum qgis-$version.tar.bz2 >qgis-$version.tar.bz2.md5", "md5sum failed" );
192
193
unless( $dopoint ) {
0 commit comments