summaryrefslogtreecommitdiff
path: root/Tools/qt
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2019-08-14 12:56:41 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2019-08-15 21:56:14 +0300
commit0b3aa2c8d05a54a0837cb5a49fd03aa4a34957f0 (patch)
treea412e9dd52bba7c601847f056c1bd194c93b3153 /Tools/qt
parent6bdfdd20faa222d902cfd244590bfab8776ee34a (diff)
downloadqtwebkit-0b3aa2c8d05a54a0837cb5a49fd03aa4a34957f0.tar.gz
Import QtWebKit commit 423e60d5ea622069917a51229a090eae955072dc
Change-Id: I05f8e1d4bcd815cc1c3ccda241aa94e608a8221e Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Tools/qt')
-rwxr-xr-xTools/qt/make-snapshot.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/qt/make-snapshot.pl b/Tools/qt/make-snapshot.pl
index 2c2af1a9f..8b189059c 100755
--- a/Tools/qt/make-snapshot.pl
+++ b/Tools/qt/make-snapshot.pl
@@ -53,7 +53,7 @@ my @commands = (
"tar -xf $src_repo/snapshot.tar --strip-components=1",
"git add -A",
"rm $src_repo/snapshot.tar",
- "git commit -m 'Import WebKit commit $commit'"
+ "git commit -m 'Import QtWebKit commit $commit'"
);
my $cmd = join " && ", @commands;