Skip to content

Commit d5c74a4

Browse files
authored
Update service.go
1 parent 7e5c190 commit d5c74a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/batches/service/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ func validateMount(batchSpecDir string, spec *batcheslib.BatchSpec) error {
526526
return nil
527527
}
528528

529-
const exampleSpecTmpl = `version: 3 # Use the latest schema version
529+
const exampleSpecTmpl = `version: 2 # Use the latest schema version
530530
name: NAME-OF-YOUR-BATCH-CHANGE
531531
description: DESCRIPTION-OF-YOUR-BATCH-CHANGE
532532

0 commit comments

Comments
 (0)