Skip to content

Commit

Permalink
refactor: folder name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Oct 16, 2024
1 parent 0df1f04 commit 5f31299
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/utils/supabase/connectSupabaseProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import inquirer from 'inquirer';

import { continueOnAnyKeypress } from '../shared/continueOnKeypress';
import { updateEnvFile } from '../shared/updateEnvFile';
import { getAnonKey, parseProjectsList } from './utlis';
import { getAnonKey, parseProjectsList } from './utils';

export const connectSupabaseProject = async (name: string) => {
console.log('🖇️ Getting information about newly created Supabase project...');
Expand Down
File renamed without changes.

0 comments on commit 5f31299

Please sign in to comment.