Skip to content

Commit

Permalink
fix: build-label description (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruti49 committed Dec 21, 2022
1 parent 97b48e9 commit d406119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const projectEnvVarDefault = 'MIX_PROJECT'

// Flag descriptions
export const botIDDesc = 'Bot ID'
export const buildLabelDesc = 'build label (format is <buildType>_<projectId>_<buildVersion>'
export const buildLabelDesc = 'build label (format is <buildType>_<projectId>_<buildVersion>)'
export const buildTypeDesc = 'build type'
export const buildVersionDesc = 'build version'
export const childDataCompliantDesc = 'marks projects as being child-data compliant'
Expand Down

0 comments on commit d406119

Please sign in to comment.