Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronparker committed Sep 16, 2024
1 parent b4bb75a commit ce1fd47
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: "New release"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Controls when the action will run.
# Controls when the action will run.
on:
push:
tags:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f
with:
path: ./src
recurse: true
recurse: true
output: results.sarif

# Upload the SARIF file generated in the previous step
- name: Upload SARIF results file
uses: github/codeql-action/upload-sarif@v3
Expand Down
4 changes: 2 additions & 2 deletions docs/appxapps.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Remove Universal Windows Platform apps
summary:
summary:
authors:
- Aaron Parker
---
Expand All @@ -23,7 +23,7 @@ Specify the AppX removal operation - either BlockList or AllowList.
### BlockList

Specify an array of AppX packages to 'BlockList' or remove from the current Windows instance, all other apps will remain installed. The script will use the BlockList by default. The default BlockList is primarily aimed at configuring AppX packages for physical PCs.

### AllowList

Specify an array of AppX packages to 'AllowList' or keep in the current Windows instance. All apps except this list will be removed from the current Windows instance. The default AllowList is primarily aimed at configuring AppX packages for virtual desktops.
Expand Down
2 changes: 1 addition & 1 deletion docs/configs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configurations
summary:
summary:
authors:
- Aaron Parker
---
Expand Down
2 changes: 1 addition & 1 deletion docs/custom.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Customise
summary:
summary:
authors:
- Aaron Parker
---
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Introduction
summary:
summary:
authors:
- Aaron Parker
---
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Install Defaults
summary:
summary:
authors:
- Aaron Parker
---
Expand Down
2 changes: 1 addition & 1 deletion docs/issues.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Known issues
summary:
summary:
authors:
- Aaron Parker
---
Expand Down
2 changes: 1 addition & 1 deletion docs/machine.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Machine settings
summary:
summary:
authors:
- Aaron Parker
---
Expand Down
2 changes: 1 addition & 1 deletion docs/profile.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Customise the Default Profile
summary:
summary:
authors:
- Aaron Parker
---
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ nav:
- Known issues: issues.md
- Settings:
- Registry: registry.md
- stealthpuppy.com: https://stealthpuppy.com/
- stealthpuppy.com: https://stealthpuppy.com/
2 changes: 1 addition & 1 deletion src/Install-Defaults.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ if ($PSBoundParameters.ContainsKey('Language')) {
if ($Platform -eq "Client") {
# Set language support by installing the specified language pack
Install-SystemLanguage -Language $Language

# Set locale settings
Set-SystemLocale -Language $Language
}
Expand Down

0 comments on commit ce1fd47

Please sign in to comment.