diff --git a/autochrome.rb b/autochrome.rb index 084acff..d9597e6 100644 --- a/autochrome.rb +++ b/autochrome.rb @@ -78,7 +78,7 @@ def parse_options(arg_list) end opts.on_tail("--list-themes", "List included themes") do - pathglob = File.join(ProfileBuilder::BuiltinThemeDirectory, "*.crx") + pathglob = File.join(AutoChrome::ProfileBuilder::BuiltinThemeDirectory, "*.crx") themes = Dir[pathglob].select {|f| File.file?(f)}.map do |f| File.basename(f).gsub("\.crx", "") end diff --git a/data/bookmarks.yaml b/data/bookmarks.yaml index 3a4ee15..185ffb2 100644 --- a/data/bookmarks.yaml +++ b/data/bookmarks.yaml @@ -29,7 +29,11 @@ } ], "type": "folder" - } + }, + "synced": { + "children": [ ], + "type": "folder" + } }, "version": 1 }