Commit 2cd617c
committed
fix: 🐛 Correct encoding and file path references in examples
* Fixed encoding from `IDENTITY_H` to `IdentityH` in `Example01_Simple.ps1`.
* Updated file path in `Example01_Simple3.ps1` to use `$PSScriptRoot` for consistency.
* Removed commented import statement in `Example01_WithSectionsMix.ps1` for clarity.
* Added `.pdf` files to `.gitignore` to prevent accidental commits.1 parent 4849ce8 commit 2cd617c
4 files changed
Lines changed: 5 additions & 4 deletions
File tree
- Example/Example01.HelloWorld
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments