Skip to content

Commit cd21e57

Browse files
committed
fix window appdata path
1 parent 57a327a commit cd21e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/gather/electerm.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def get_bookmarks_path
157157
when 'windows'
158158
app_data = get_env('AppData')
159159
if app_data.present?
160-
bookmarks_dir = app_data + '\Roaming\electerm\users\default_user'
160+
bookmarks_dir = app_data + '\electerm\users\default_user'
161161
end
162162
when 'linux', 'osx', 'unix'
163163
home = get_env('HOME')

0 commit comments

Comments
 (0)