Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bentolor/idea-cli-inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
bentolor committed Aug 23, 2016
2 parents bd31783 + ab1f7f5 commit 76966fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ideainspect.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private File findIdeaExecutable(OptionAccessor cliOpts) {
def platform = System.properties['os.name'], scriptPath
def ideaHome = getIdeaHome(cliOpts)
def executable = "idea"
if (ideaHome.toLowerCase().contains("Android")) executable = "studio"
if (ideaHome.toLowerCase().contains("android")) executable = "studio"

switch (platform) {
case ~/^Windows.*/:
Expand Down

0 comments on commit 76966fe

Please sign in to comment.