diff --git a/fcl b/fcl index 72f3d1e..ae2585d 100755 --- a/fcl +++ b/fcl @@ -66,7 +66,7 @@ def destination_path(repo_str) repo_elms = repo_str.split('/') repo = repo_elms.pop.sub(/\.git$/, '') - org = repo_elms.pop || Config['FCL_DEFAULT_ORG'] + org = repo_elms.pop || Config.fetch('FCL_DEFAULT_ORG') forge = repo_elms.pop || 'github.com' File.join(forge, org, repo)