We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ffd2d commit 174894dCopy full SHA for 174894d
lib/autocomplete-ruby.coffee
@@ -6,7 +6,7 @@ module.exports =
6
rsensePath:
7
description: 'The location of the rsense executable'
8
type: 'string'
9
- default: "#{GEM_HOME}/bin/rsense"
+ default: "#{GEM_HOME}/rsense"
10
port:
11
description: 'The port the rsense server is running on'
12
type: 'integer'
0 commit comments