Skip to content

Commit

Permalink
chore: Fix code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed Sep 23, 2023
1 parent 40a2482 commit 8927e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WingetIntune.Cli/Commands/PublishCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private async Task<int> HandleCommand(PublishCommandOptions options, InvocationC
}
if (options.AutoPackage && tempInfo.Source == PackageSource.Winget)
{

await intuneManager.GenerateInstallerPackage(options.TempFolder,
options.PackageFolder!,
tempInfo,
Expand Down

0 comments on commit 8927e77

Please sign in to comment.