Skip to content

Commit 5898ca6

Browse files
committed
fix: align spotify runtime path helper import
1 parent af22710 commit 5898ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clis/spotify/spotify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
parseDotEnv,
1212
resolveSpotifyCredentials,
1313
} from './utils.js';
14-
import { USER_OPENCLI_DIR, getUserOpenCliPath } from '../../user-opencli-paths.js';
14+
import { USER_OPENCLI_DIR, getUserOpenCliPath } from '../../src/user-opencli-paths.js';
1515

1616
// ── Credentials ───────────────────────────────────────────────────────────────
1717
// Set SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET as environment variables,

0 commit comments

Comments
 (0)