Skip to content

Commit 2c3250e

Browse files
authored
Fix Issue 280 (#281)
1 parent 1d148e5 commit 2c3250e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/tenant-onboarding-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ Resources:
840840
$credential = New-Object System.Management.Automation.PSCredential("$directoryName\$username", $password)
841841
Add-Computer -DomainName $directoryName -Credential $credential -Verbose -WarningAction Ignore
842842

843-
If ('${FSxFileSystemType}' -eq 'FSXO') {
843+
If ('${FSxFileSystemType}' -eq 'FSX_ONTAP') {
844844
$fileServerPath = "\\{0}\C$" -f "${fsx.Outputs.FSxDnsName}"
845845
}
846846
Else {

0 commit comments

Comments
 (0)