Skip to content

Commit

Permalink
fix localsource.json and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfu-msft committed Dec 6, 2024
1 parent aeab647 commit e73e8af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ pid
pidl
pidlist
PKCS
PKEY
pkgmgr
pkindex
pkix
Expand All @@ -440,7 +441,10 @@ PRIMARYKEY
processthreads
productcode
PRODUCTICON
propkey
PROPVARIANT
proxystub
pwsz
pscustomobject
pseudocode
PSHOST
Expand Down
2 changes: 1 addition & 1 deletion src/AppInstallerCLICore/Workflows/InstallFlow.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace AppInstaller::CLI::Workflow
// Outputs: None
void ArchiveInstall(Execution::Context& context);

// Runs the flow for intsalling a font package.
// Runs the flow for installing a font package.
// Required Args: None
// Inputs: Installer, InstallerPath, Manifest
// Outputs: None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ License: Test
ShortDescription: E2E test for installing an invalid font.
Installers:
- Architecture: x64
InstallerUrl: https://localhost:5001/TestKit/AppInstallerTestExeInsatller/AppInstallerTestExeInstaller.exe
InstallerUrl: https://localhost:5001/TestKit/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.exe
InstallerType: font
InstallerSha256: <EXEHASH>
ManifestType: singleton
Expand Down
2 changes: 1 addition & 1 deletion src/AppInstallerCLIE2ETests/TestData/localsource.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{
"Type": "font",
"Name": "AppInstallerTestFont/AppInstallerTestFont.ttf",
"Input": "%BUILD_ARTIFACTSTAGINGDIRECTORY%/AppInstallerTestFont.ttf",
"Input": "%BUILD_SOURCESDIRECTORY%/src/AppInstallerCLIE2ETests/TestData/AppInstallerTestFont.ttf",
"HashToken": "<FONTHASH>"
}
],
Expand Down

0 comments on commit e73e8af

Please sign in to comment.