Skip to content

Commit 5ea6021

Browse files
committed
moved demos
1 parent 6ef4eef commit 5ea6021

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jobs.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ module.exports = {
99
zork: {
1010
name: 'Zork',
1111
description: 'Wanna be eaten by grue?',
12-
cwd: '/home/dokku/zork',
13-
command: '/home/dokku/frotz/dfrotz',
12+
cwd: '~/node-cli-demo/zork',
13+
command: '~/node-cli-demo/frotz/dfrotz',
1414
args: [ 'ZORK1.DAT' ],
1515
uid: 1000,
1616
gid: 1000
@@ -21,7 +21,7 @@ module.exports = {
2121
cwd:
2222
os.hostname().match(/\.local$/)
2323
? '/Users/tk/eliza-cli'
24-
: '/home/dokku/eliza-cli',
24+
: '~/node-cli-demo/eliza-cli',
2525
command: 'node',
2626
args: ['eliza']
2727
},

0 commit comments

Comments
 (0)