File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ DESCRIPTION
509509EXAMPLES
510510 $ scrollsdk setup configs
511511
512- $ scrollsdk setup configs --image-tag v0.0.25
512+ $ scrollsdk setup configs --image-tag gen-configs-2eba3d2c418b16f4a66d9baadeb1c1bafdca81b1
513513
514514 $ scrollsdk setup configs --configs-dir custom-configs
515515```
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default class SetupConfigs extends Command {
1414
1515 static override examples = [
1616 '<%= config.bin %> <%= command.id %>' ,
17- '<%= config.bin %> <%= command.id %> --image-tag v0.0.25 ' ,
17+ '<%= config.bin %> <%= command.id %> --image-tag gen-configs-2eba3d2c418b16f4a66d9baadeb1c1bafdca81b1 ' ,
1818 '<%= config.bin %> <%= command.id %> --configs-dir custom-configs' ,
1919 ]
2020
@@ -427,7 +427,7 @@ export default class SetupConfigs extends Command {
427427 }
428428
429429 private async getDockerImageTag ( providedTag : string | undefined ) : Promise < string > {
430- const defaultTag = 'gen-configs-v0.0.25 ' ;
430+ const defaultTag = 'gen-configs-2eba3d2c418b16f4a66d9baadeb1c1bafdca81b1 ' ;
431431
432432 if ( ! providedTag ) {
433433 return defaultTag ;
You can’t perform that action at this time.
0 commit comments