Skip to content

Commit

Permalink
Fix appium-install.ps1 (#22916)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Jun 7, 2024
1 parent 93a1bc4 commit a3c872d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/scripts/appium-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ if ($AppiumHome) {
Write-Output "Removing existing APPIUM_HOME Cache..."
Remove-Item -Path $AppiumHome -Recurse -Force
}
}

# Create the directory for appium home
New-Item -ItemType Directory -Path $AppiumHome
# Create the directory for appium home
New-Item -ItemType Directory -Path $AppiumHome
}

# Check for an existing appium install version
$appiumCurrentVersion = ""
Expand Down

0 comments on commit a3c872d

Please sign in to comment.