summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-12 20:28:11 +0100
committerLars Wirzenius <liw@liw.fi>2015-12-12 20:28:34 +0100
commit40a5e203ac57389b921a1498d76cdd3874ee4f6a (patch)
treea95ebb23dcc636235e5e5e02072a893ab683635a /yarns
parenta571130fbcae0a4be655e4434a1bb47069963c1d (diff)
downloadobnam-40a5e203ac57389b921a1498d76cdd3874ee4f6a.tar.gz
Remove erroneous trailing backslash
This used to work, but a recent change to yarn broke it. The change is that yarn now supports (or its next release will do so) arbitrary language for IMPLEMENTS, and as a result yarn no longer puts empty lines between files it concatenates and feeds to the shell.
Diffstat (limited to 'yarns')
-rw-r--r--yarns/9000-implements.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/9000-implements.yarn b/yarns/9000-implements.yarn
index f9c9d69f..a1f313bf 100644
--- a/yarns/9000-implements.yarn
+++ b/yarns/9000-implements.yarn
@@ -505,7 +505,7 @@ Remove a public key from a repository.
get_fingerprint "$MATCH_2" |
awk '{ print substr($0, length-16) }')"
run_obnam "$MATCH_1" -r "$DATADIR/$MATCH_3" \
- remove-key --keyid "$keyid" \
+ remove-key --keyid "$keyid"
Forget a key from the user's keyring.