summaryrefslogtreecommitdiff
path: root/plugins/externaltools/data/open-terminal-here-osx.tool.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/externaltools/data/open-terminal-here-osx.tool.in')
-rwxr-xr-xplugins/externaltools/data/open-terminal-here-osx.tool.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/externaltools/data/open-terminal-here-osx.tool.in b/plugins/externaltools/data/open-terminal-here-osx.tool.in
index c3360064..86d842dc 100755
--- a/plugins/externaltools/data/open-terminal-here-osx.tool.in
+++ b/plugins/externaltools/data/open-terminal-here-osx.tool.in
@@ -1,6 +1,6 @@
#!/usr/bin/osascript
-set the_path to system attribute "GEDIT_CURRENT_DOCUMENT_DIR"
+set the_path to system attribute "PLUMA_CURRENT_DOCUMENT_DIR"
set cmd to "cd " & quoted form of the_path
tell application "System Events" to set terminalIsRunning to exists application process "Terminal"