spelling: parameters
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
16efdaacbb
commit
3676a74548
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ namespace Microsoft.DotNet.Build.Tasks
|
||||||
|
|
||||||
// Build the full list of parameters
|
// Build the full list of parameters
|
||||||
FPMParameters = BuildCmdParameters(configJson, PackageVersion);
|
FPMParameters = BuildCmdParameters(configJson, PackageVersion);
|
||||||
Log.LogMessage(MessageImportance.Normal, "Generated RPM paramters: " + FPMParameters);
|
Log.LogMessage(MessageImportance.Normal, "Generated RPM parameters: " + FPMParameters);
|
||||||
|
|
||||||
return !Log.HasLoggedErrors;
|
return !Log.HasLoggedErrors;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue