Skip to content

Commit 4915a63

Browse files
committed
Period nit
1 parent 28164ec commit 4915a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/ci/fetch-default-org-slug.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { setupSdk } from '../../utils/sdk.mts'
66

77
import type { CResult } from '../../types.mts'
88

9-
// Use the config defaultOrg when set, otherwise discover from remote
9+
// Use the config defaultOrg when set, otherwise discover from remote.
1010
export async function getDefaultOrgSlug(): Promise<CResult<string>> {
1111
const defaultOrgResult = getConfigValueOrUndef('defaultOrg')
1212

0 commit comments

Comments
 (0)