Skip to content

Commit 8a1011f

Browse files
authored
allow to accept tag.
1 parent cf30212 commit 8a1011f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function confirm(properties) {
6666
required: true
6767
},
6868
branch: {
69-
description: 'branch',
69+
description: 'branch/tag',
7070
pattern: /\w/,
7171
type: 'string',
7272
default: properties.branch || 'not specified',

0 commit comments

Comments
 (0)