Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
(MAINT) Rename tools dir to scripts; Update references
Browse files Browse the repository at this point in the history
  • Loading branch information
sanfrancrisko committed Dec 13, 2021
1 parent d29ea94 commit b9a2f87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: runner.os == 'Windows'
shell: pwsh
run: |
. .\tools\install.ps1; Install-Prm
. .\scripts\install.ps1; Install-Prm
- name: Validate install (Windows)
if: runner.os == 'Windows'
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
}
- name: Install PRM (Unix)
if: runner.os != 'Windows'
run: ./tools/install.sh
run: ./scripts/install.sh
- name: Validate install (Unix)
if: runner.os != 'Windows'
run: $HOME/.puppetlabs/prm/prm --version | grep "prm $(git tag | tail -n 1)"
File renamed without changes.
File renamed without changes.

0 comments on commit b9a2f87

Please sign in to comment.