Commit 7e1172c4b0c53f3bf853ed9c7da64bebb97afced
1 parent
8750386b
Exists in
master
and in
29 other branches
release.rake: actually delete pending release marker
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/tasks/release.rake
@@ -222,7 +222,7 @@ EOF | @@ -222,7 +222,7 @@ EOF | ||
222 | puts "I: please upload the package manually!" | 222 | puts "I: please upload the package manually!" |
223 | end | 223 | end |
224 | 224 | ||
225 | - rm_f "rm tmp/pending-release" | 225 | + rm_f "tmp/pending-release" |
226 | end | 226 | end |
227 | 227 | ||
228 | desc 'Build Debian packages' | 228 | desc 'Build Debian packages' |