This commit is contained in:
Kartik K. Agaram 2015-10-28 13:05:01 -07:00
parent 67573caf07
commit 48086e1044

View File

@ -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