Update list-profile.ps1

This commit is contained in:
Markus Fleschutz 2021-02-24 07:43:45 +01:00 committed by GitHub
parent d1a1266edf
commit 67e80d54db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ try {
write-output "Profile file at: $PathToProfile"
write-output "$Content"
} else {
write-warning "Missing profile file at: $PathToProfile"
write-warning "No profile file at: $PathToProfile"
}
exit 0
} catch {