Skip to content

Commit 174894d

Browse files
author
Chen Asraf
committed
Fix default path
1 parent f9ffd2d commit 174894d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/autocomplete-ruby.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports =
66
rsensePath:
77
description: 'The location of the rsense executable'
88
type: 'string'
9-
default: "#{GEM_HOME}/bin/rsense"
9+
default: "#{GEM_HOME}/rsense"
1010
port:
1111
description: 'The port the rsense server is running on'
1212
type: 'integer'

0 commit comments

Comments
 (0)