Skip to content

Commit

Permalink
refactor: rename utils file
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Feb 28, 2024
1 parent 0417700 commit 76a3aa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/access/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {Command, flags} from '@heroku-cli/command'
import {ux} from '@oclif/core'
import * as Heroku from '@heroku-cli/schema'
import * as _ from 'lodash'
import {isTeamApp, getOwner} from '../../lib/access/access-utils'
import {isTeamApp, getOwner} from '../../lib/access/utils'

type MemberData = {
email: string,
Expand Down
File renamed without changes.

0 comments on commit 76a3aa3

Please sign in to comment.