Skip to content

Commit

Permalink
Update Add-MavenCapabilities.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple committed May 25, 2016
1 parent 23632a4 commit f7ce567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Misc/layoutbin/powershell/Add-MavenCapabilities.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if (!$env:JAVA_HOME) {
return
}

Add-CapabilityFromEnvironment -Name 'maven' -ValueName 'M2_HOME'
Add-CapabilityFromEnvironment -Name 'maven' -VariableName 'M2_HOME'

0 comments on commit f7ce567

Please sign in to comment.