Skip to content

Commit 885be9c

Browse files
Merge pull request #60 from Splaxi/fix-before-after-wording
Fix wording in filesAfter & filesBefore
2 parents 2bbe89f + 5f3a061 commit 885be9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/PSFProject/build/filesAfter.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# List all files that are loaded in the preimport.ps1
2-
# In the order they are loaded during preimport
1+
# List all files that are loaded in the postimport.ps1
2+
# In the order they are loaded during postimport
33

44
internal\configurations\*.ps1
55
internal\tepp\*.tepp.ps1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# List all files that are loaded in the postimport.ps1
2-
# In the order they are loaded during postimport
1+
# List all files that are loaded in the preimport.ps1
2+
# In the order they are loaded during preimport

0 commit comments

Comments
 (0)