Skip to content

Commit 8a6e9df

Browse files
committed
Clarify what looks like bad wording
1 parent 3948cdc commit 8a6e9df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/GitHubActions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function Add-GitHubActionsPath {
2929
)
3030

3131
if ([string]::IsNullOrWhiteSpace($Path)) {
32-
throw "GitHub Actions path file path must not be empty."
32+
throw "GitHub Actions PATH file path must not be empty."
3333
}
3434

3535
if ([string]::IsNullOrWhiteSpace($Value)) {

0 commit comments

Comments
 (0)