From 7e1172c4b0c53f3bf853ed9c7da64bebb97afced Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 29 Oct 2014 14:44:00 -0200 Subject: [PATCH] release.rake: actually delete pending release marker --- lib/tasks/release.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/release.rake b/lib/tasks/release.rake index ff707b6..068113d 100644 --- a/lib/tasks/release.rake +++ b/lib/tasks/release.rake @@ -222,7 +222,7 @@ EOF puts "I: please upload the package manually!" end - rm_f "rm tmp/pending-release" + rm_f "tmp/pending-release" end desc 'Build Debian packages' -- libgit2 0.21.2