summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xyamlremote12
1 files changed, 4 insertions, 8 deletions
diff --git a/yamlremote b/yamlremote
index c102003..7c7c38c 100755
--- a/yamlremote
+++ b/yamlremote
@@ -1,5 +1,4 @@
1#!/bin/sh 1#!/bin/sh
2extra_dep=y
3keep_orig_line=y 2keep_orig_line=y
4 3
5main() 4main()
@@ -51,14 +50,11 @@ output()
51 cat_ <<EOF 50 cat_ <<EOF
52${keep_orig_line:+ 51${keep_orig_line:+
53# $orig_line} 52# $orig_line}
54- location: 53- git: $git_url
55 git: $git_url 54 commit: $git_hash
56 commit: $git_hash
57${subdir:+ 55${subdir:+
58 subdirs: 56 subdirs:
59 - $subdir} 57 - $subdir}
60${extra_dep:+
61 extra-dep: true}
62EOF 58EOF
63} 59}
64 60