Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Feb 25, 2024
1 parent c46e09a commit 901b3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lombiq.Hosting.MediaTheme.Deployer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ private static Task CreateRecipeAndWriteItAsync(CommandLineOptions options, Json
author = string.Empty,
website = string.Empty,
version = string.Empty,
issetuprecipe = false,// #spell-check-ignore-line
issetuprecipe = false, // #spell-check-ignore-line
categories = Enumerable.Empty<object>(),
tags = Enumerable.Empty<object>(),
steps,
Expand Down

0 comments on commit 901b3cf

Please sign in to comment.