From 9e29ca43348860a3811dd0b0f4963616a36f0495 Mon Sep 17 00:00:00 2001 From: vonavi Date: Wed, 5 Feb 2014 14:10:34 +0200 Subject: [PATCH] Rakefile: fix typo. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 617884d..b067a90 100644 --- a/Rakefile +++ b/Rakefile @@ -147,7 +147,7 @@ namespace :pgn do fix_date # fix the game date end - desc "Move PNG into the directory of destination" + desc "Move PGN into the directory of destination" task :mv do require 'fileutils'