about summary refs log tree commit diff stats
path: root/060recipe.cc
diff options
context:
space:
mode:
Diffstat (limited to '060recipe.cc')
-rw-r--r--060recipe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/060recipe.cc b/060recipe.cc
index 93fe1bd2..5d20572b 100644
--- a/060recipe.cc
+++ b/060recipe.cc
@@ -51,7 +51,7 @@ case CALL: {
     break;
   }
   if (!is_mu_recipe(inst.ingredients.at(0))) {
-    raise << maybe(get(Recipe, r).name) << "first ingredient of 'call' should be a recipe, but got " << inst.ingredients.at(0).original_string << '\n' << end();
+    raise << maybe(get(Recipe, r).name) << "first ingredient of 'call' should be a recipe, but got '" << inst.ingredients.at(0).original_string << "'\n" << end();
     break;
   }
   break;