Commit 7e1172c4b0c53f3bf853ed9c7da64bebb97afced

Authored by Antonio Terceiro
1 parent 8750386b

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 222 puts "I: please upload the package manually!"
223 223 end
224 224  
225   - rm_f "rm tmp/pending-release"
  225 + rm_f "tmp/pending-release"
226 226 end
227 227  
228 228 desc 'Build Debian packages'
... ...