Skip to content

Commit

Permalink
Fixed a bug in the AppleScript reveal in Finder code.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Marmor committed Jun 3, 2015
1 parent c23f085 commit 5a4f675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.applescript
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ Icon: "
end try
else
--if (button returned of dlgResult) is "Reveal in Finder" then
tell application "Finder" to reveal ssbPath
tell application "Finder" to reveal ((POSIX file ssbPath) as alias)
tell application "Finder" to activate
end if

Expand Down

0 comments on commit 5a4f675

Please sign in to comment.