Skip to content

Commit

Permalink
Win - run_all.ps1: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Dec 18, 2024
1 parent 03e9c94 commit d3043c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows_1X/run_all.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ErrorActionPreference = "Stop"

# Noninteractive scripts
. $PSScriptRoot/packages_install.ps1
. $PSScriptRoot/optional_packages__install.ps1
. $PSScriptRoot/optional_packages_install.ps1
. $PSScriptRoot/configs_install.ps1
. $PSScriptRoot/source_packages_install.ps1

Expand Down

0 comments on commit d3043c3

Please sign in to comment.