Eclipse Version Scraping: Quick fix and version bump

This commit is contained in:
Marcel Kapfer (mmk2410) 2017-02-11 01:49:26 +01:00
parent 23c5e83c23
commit cb78d7bc76
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ main(List<String> args) async {
/// Send mail using the mail command.
await Process.run(
"mail",
["-s", "\"New Eclipse Version: $version\"", recipient],
["-s", "New Eclipse Version: $version", recipient],
runInShell: true
);