summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-10-10 13:54:08 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-10-10 13:54:08 +0000
commitb92ca76307f43c596dd8c211288573f7daddbd88 (patch)
tree4c8d20d0e4c6673ee6fda726ab1a5251d3799538
parentd623e70024977422ea3c3320643bfff2656f8a4f (diff)
downloadmorph-b92ca76307f43c596dd8c211288573f7daddbd88.tar.gz
Remove TAB characters
-rw-r--r--yarns/implementations.yarn4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 824ce608..6e1fae18 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -394,11 +394,11 @@ Generating a manifest.
mkdir "$DATADIR/baserock"
run_in "$DATADIR/hello_world" cat << EOF \
- > "$DATADIR/baserock/hello_world.meta"
+ > "$DATADIR/baserock/hello_world.meta"
{
"artifact-name": "hello_world",
"cache-key":
- "ab8d00a80298a842446ce23507cea6b4d0e34c7ddfa05c67f460318b04d21308",
+ "ab8d00a80298a842446ce23507cea6b4d0e34c7ddfa05c67f460318b04d21308",
"kind": "chunk",
"morphology": "hello_world.morph",
"original_ref": "$(run_in "$DATADIR/hello_world" git rev-parse HEAD)",