Skip to content

Commit 7bb1966

Browse files
committedFeb 20, 2015
fix syntax error (followup 7ffdef2)
1 parent dd53935 commit 7bb1966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎scripts/release.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ sub updateCMakeLists {
7777
my $relbranch = "release-${newmajor}_${newminor}";
7878
my $reltag = "final-${newmajor}_${newminor}_0";
7979

80-
print "Pulling transifex translations...\n");
80+
print "Pulling transifex translations...\n";
8181
system( "scripts/pull_ts.sh" ) == 0 or die "pull_ts.sh failed";
8282
system( "git commit -a -m \"translation update to $release from transifex\"") == 0 or die "could not commit translation updates";
8383

84-
print "Updating changelog...\n");
84+
print "Updating changelog...\n";
8585
system( "scripts/create_changelog.sh" ) == 0 or die "create_changelog.sh failed";
8686
system( "git commit -a -m \"changelog update for $release\"") == 0 or die "could not commit changelog update";
8787

0 commit comments

Comments
 (0)
Please sign in to comment.