lib/git/multi.rb in git-multi-1.0.6 vs lib/git/multi.rb in git-multi-1.0.7

- old
+ new

@@ -34,10 +34,10 @@ CACHE = File.join(HOME, '.git', 'multi') REPOSITORIES = File.join(CACHE, 'repositories.byte') USER = git_option('github.user') - ORGANIZATIONS = git_option('github.organizations').split(/\s*,\s*/) + ORGANIZATIONS = git_list('github.organizations') MAN_PAGE = File.expand_path('../../man/git-multi.1', __dir__) HTML_PAGE = File.expand_path('../../man/git-multi.html', __dir__) module_function