Skip to content

Commit

Permalink
Update new project button executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieOliveira committed May 17, 2016
1 parent d5b2f4b commit 83e893d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/entries.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports = [
tooltip: 'New Ioton Project'
callback: (ioton) ->
@exec = require('child_process').exec
command = "iotonConfig"
home = process.env['HOME']
command = home + "/.atom/packages/ioton/bin/iotonConfig"
@exec command
icon: 'folder-plus'
iconset: 'icomoon'
Expand Down

0 comments on commit 83e893d

Please sign in to comment.