Skip to content

Commit

Permalink
refactor: function name
Browse files Browse the repository at this point in the history
  • Loading branch information
j-zimnowoda committed Feb 8, 2025
1 parent 0b45d02 commit a1b0d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { cloneDeep, get, merge, set } from 'lodash'
import path from 'path'
import { getDirNames, loadYaml } from './utils'
import { objectToYaml, writeValuesToFile } from './values'

export const getTeamNames = async (envDir: string): Promise<Array<string>> => {
const teamsDir = path.join(envDir, 'env', 'teams')
const teamNames = await getDirNames(teamsDir, { skipHidden: true })
Expand Down

0 comments on commit a1b0d2d

Please sign in to comment.