Skip to content

Commit c9d8479

Browse files
committed
fix: tests
1 parent 6f7d9a2 commit c9d8479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default createCommand(config, async ({ values }) => {
9696
}
9797
}
9898

99-
let repo = explicitRepo ?? legacySliceMachineConfig?.repositoryName;
99+
let repo = (explicitRepo ?? legacySliceMachineConfig?.repositoryName)?.toLowerCase();
100100
if (repo) {
101101
const hasRepoAccess = profile.repositories.some((repository) => repository.domain === repo);
102102
if (!hasRepoAccess) {

0 commit comments

Comments
 (0)