Skip to content

Commit

Permalink
import-module
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jul 3, 2024
1 parent aa5ed87 commit b97610b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
choco install --no-progress wormies-au-helpers vt-cli -y
git clone -q https://github.com/chocolatey-community/chocolatey-au.git $Env:TEMP/au
. "$Env:TEMP/au/scripts/Install-AU.ps1" $Env:au_version
import-module scripts/au_extensions.psm1
import-module "$(Get-Location)\scripts\au_extensions.psm1"
- name: System information
run: |
Expand Down

0 comments on commit b97610b

Please sign in to comment.