Skip to content

Commit f9f7c5e

Browse files
committed
changed cred file to f5-cred.xml
1 parent 15d58c0 commit f9f7c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Functions/Set-CredFile.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Function Set-CredFile {
1515

1616
param(
1717
[Parameter(Mandatory = $false)]
18-
[string]$Path=$([system.io.path]::GetTempPath()+"cred.xml"),
18+
[string]$Path=$([system.io.path]::GetTempPath()+"f5-cred.xml"),
1919
[string]$Username,
2020
[string]$Password,
2121
[switch]$Force

0 commit comments

Comments
 (0)