Skip to content

Commit 059fd97

Browse files
🪲 [Fix]: Fix path of diagram (#33)
## Description <!-- Add your description here --> ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [x] 🪲 [Fix] - [ ] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 9c39ef0 commit 059fd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The workflow is designed to be trigger on pull requests to the repository's defa
1818
When a pull request is opened, closed, reopened, synchronized (push), or labeled, the workflow will run.
1919
Depending on the labels in the pull requests, the workflow will result in different outcomes.
2020

21-
![Process diagram](./assets/Process-PSModule.png)
21+
![Process diagram](./media/Process-PSModule.png)
2222

2323
- [Test-PSModule](https://github.com/PSModule/Test-PSModule/) - Tests the source code using PSScriptAnalyzer, PSModule source code tests suites. This runs on 4 different environments to check compatibility.
2424
- PowerShell 7.x on Windows, Ubuntu and macOS.

0 commit comments

Comments
 (0)