Improve explanation after successful submit.

This commit is contained in:
tastytea 2020-10-27 17:05:18 +01:00
parent aeeb06367e
commit 30e89d7bef
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -64,6 +64,9 @@ int main()
cout << "Created pull request: <" cout << "Created pull request: <"
<< "https://schlomp.space/FediBlock/data/pulls/" << "https://schlomp.space/FediBlock/data/pulls/"
<< gitea::get_last_pr_number() << ">.\r\n"; << gitea::get_last_pr_number() << ">.\r\n";
cout << "Your entry needs to be approved before it appears on the "
"website. You can subscribe to notifications or add comments "
"at the URL above.\r\n";
files::remove_tmpdir(); files::remove_tmpdir();
} }