Skip to content

Commit

Permalink
Fix fileNameMacArm
Browse files Browse the repository at this point in the history
Co-authored-by: Gold856 <[email protected]>
  • Loading branch information
Gold872 and Gold856 authored Oct 17, 2024
1 parent 1f2a5e3 commit 8ba7d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/elastic.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def fileNameMac = 'Elastic-WPILib-macOS.zip'

def downloadUrlMac = baseUrl + fileNameMac

def fineNameMacArm = 'Elastic-WPILib-macOS.zip'
def fileNameMacArm = 'Elastic-WPILib-macOS.zip'

def downloadUrlMacArm = baseUrl + fileNameMacArm

Expand Down

0 comments on commit 8ba7d01

Please sign in to comment.