Skip to content

Commit

Permalink
chore: fix config name working for continue
Browse files Browse the repository at this point in the history
  • Loading branch information
twk3 committed Nov 28, 2024
1 parent 2e02e5a commit dbe6fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cmd/src/config/cache/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const cacheSetCommandConfigKeys = {
cli: '--matrix-total',
},
continue: {
name: 'Continue path missing',
name: 'Continue when upload path missing',
cli: '--continue',
},
} as const;
Expand Down

0 comments on commit dbe6fce

Please sign in to comment.