diff --git a/Native/MBoxWorkspace/CLI/Go.swift b/Native/MBoxWorkspace/CLI/Go.swift index 7884069..4688770 100644 --- a/Native/MBoxWorkspace/CLI/Go.swift +++ b/Native/MBoxWorkspace/CLI/Go.swift @@ -17,7 +17,7 @@ extension MBCommander { } open override class var description: String? { - return "Quckly open workspace." + return "Quickly open path or workspace." } open override class func autocompletion(argv: ArgumentParser) -> [String] { diff --git a/Native/MBoxWorkspaceCore/Model/MBConfig.Repo.swift b/Native/MBoxWorkspaceCore/Model/MBConfig.Repo.swift index 04cbb2d..83c8358 100644 --- a/Native/MBoxWorkspaceCore/Model/MBConfig.Repo.swift +++ b/Native/MBoxWorkspaceCore/Model/MBConfig.Repo.swift @@ -261,7 +261,7 @@ extension MBConfig { } if let gitURL = gitURL { self.url = gitURL.url - fullName ?= gitURL.project + "@" + gitURL.group + fullName ?= gitURL.project + "@" + gitURL.groups.reversed().joined(separator: "@") } if fullName == nil, let path = path { fullName = path.lastPathComponent