Skip to content

Commit

Permalink
fix: import path for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RostiMelk committed Dec 13, 2024
1 parent fc2406d commit c1a2fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@sanity/cli/src/util/remoteTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from '@sanity/template-validator'
import {x} from 'tar'

import {debug} from '../../debug'
import {debug} from '../debug'
import {type CliApiClient, type PackageJson} from '../types'

const ENV_VAR = {
Expand Down

0 comments on commit c1a2fbd

Please sign in to comment.