about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-10-28 13:05:01 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-10-28 13:05:01 -0700
commit48086e1044a8c000eb7977621cde0813f7bb70cf (patch)
tree98da13f568e405f1d3f530d00bab66155f0c3e9b
parent67573caf07392a89df841ef47cc98e5b91a13205 (diff)
downloadmu-48086e1044a8c000eb7977621cde0813f7bb70cf.tar.gz
2298
-rw-r--r--038scheduler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/038scheduler.cc b/038scheduler.cc
index f66d5c80..66bd2d8b 100644
--- a/038scheduler.cc
+++ b/038scheduler.cc
@@ -202,7 +202,7 @@ recipe f2 [
 +schedule: f1
 +run: 2:number <- copy 0
 
-:(scenario start_running_takes_args)
+:(scenario start_running_takes_ingredients)
 recipe f1 [
   start-running f2:recipe, 3
   # wait for f2 to run