Browse Source

corrige une typo

master
vincent 2 months ago
parent
commit
a46bf2d319
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Service/SourceGenerator.php

+ 1
- 1
src/Service/SourceGenerator.php View File

@ -17,7 +17,7 @@ class SourceGenerator
$parts[] = $task->getName();
foreach (explode(' ', $project->getHashtags()) as $hashtag) {
$parts[] = $hashtag;
$parts[] = '#'.$hashtag;
}
$source = implode(' ', $parts);


Loading…
Cancel
Save