Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Updates workspace path to global constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Andr3as committed Jan 30, 2015
1 parent 918fee7 commit adca0af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ function getWorkspacePath($path) {
//Windows absolute path
return $path;
}
return "../../workspace/".$path;
return WORKSPACE . "/" . $path;
}
?>
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[{
"author": "Andr3as",
"version": "0.31",
"version": "0.3.2",
"name": "Beautify",
"url": "https://github.com/Andr3as/Codiad-Beautify",
"rightbar": [{
"action": "codiad.Beautify.showDialog();",
"icon": "icon-brush",
"title": "Beautify"
}]
}]
}]

0 comments on commit adca0af

Please sign in to comment.