Eclipse Version Scraping: Quick fix and version bump
This commit is contained in:
parent
23c5e83c23
commit
cb78d7bc76
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue