Skip to content

Commit 638b62c

Browse files
committed
fix script.erb.yml to be script.yml.erb
1 parent 7d251c5 commit 638b62c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ondemand/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ At this point, this should be the entirety of the `script.yml.erb` and `form.yml
408408
They're given here in full if you want to copy/paste them. And remember to [save your spot](#save-your-spot)!
409409

410410
```yaml
411-
# script.erb.yml
411+
# script.yml.erb
412412
script:
413413
queue_name: "<%= custom_queue %>"
414414
```
@@ -494,7 +494,7 @@ Again, now to actually use the value we populate in the form, we need to use
494494
it in the `submit.yml.erb`. This is where `script.native` attributes come in.
495495

496496
```yaml
497-
# script.erb.yml
497+
# script.yml.erb
498498
script:
499499
native:
500500
- "--mem"
@@ -520,7 +520,7 @@ At this point, this should be the entirety of the `script.yml.erb` and `form.yml
520520
They're given here in full if you want to copy/paste them. And remember to [save your spot](#save-your-spot)!
521521

522522
```yaml
523-
# script.erb.yml
523+
# script.yml.erb
524524
---
525525
script:
526526
queue_name: "<%= custom_queue %>"

0 commit comments

Comments
 (0)