We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28164ec commit 4915a63Copy full SHA for 4915a63
src/commands/ci/fetch-default-org-slug.mts
@@ -6,7 +6,7 @@ import { setupSdk } from '../../utils/sdk.mts'
6
7
import type { CResult } from '../../types.mts'
8
9
-// Use the config defaultOrg when set, otherwise discover from remote
+// Use the config defaultOrg when set, otherwise discover from remote.
10
export async function getDefaultOrgSlug(): Promise<CResult<string>> {
11
const defaultOrgResult = getConfigValueOrUndef('defaultOrg')
12
0 commit comments