Skip to content

Commit a77be2a

Browse files
committed
omit home
1 parent 4c09acc commit a77be2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendors/geany.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ class GeanyConfig
6969
include ERB::Util
7070
attr_accessor :home, :directory, :template
7171

72-
def initialize(home, directory, template = geany_config)
72+
def initialize(directory, template = geany_config)
7373
@home = home
74-
@directory = File.join(home, directory)
74+
@directory = directory
7575
@template = template
7676
end
7777

0 commit comments

Comments
 (0)