Skip to content

Commit fc74a24

Browse files
committed
Fix Typo in Question
1 parent bb1c6d9 commit fc74a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Commands/UpdateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class UpdateCommand extends Command
3535
*/
3636
public function handle(AddReleaseNotesToChangelogAction $addReleaseNotesToChangelog, GitHubActionsOutput $gitHubActionsOutput)
3737
{
38-
$latestVersion = $this->option('latest-version') ?: $this->ask('What version should the CHANGELOG should be updated too?');
38+
$latestVersion = $this->option('latest-version') ?: $this->ask('What version should the CHANGELOG be updated too?');
3939
$releaseNotes = $this->getReleaseNotes();
4040
$releaseDate = $this->option('release-date');
4141
$pathToChangelog = $this->option('path-to-changelog');

0 commit comments

Comments
 (0)