Skip to content

Commit 2a0df65

Browse files
author
Nicolas Rodriguez
committed
It will be version 1.0 :)
1 parent 74c9665 commit 2a0df65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/tasks/migration_tools.rake

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ namespace :redmine_git_hosting do
2323

2424
end
2525

26-
desc "Prepare migration to v0.8 version"
27-
task :prepare_migration_to_v08 => [:environment] do
26+
desc "Prepare migration to v1.0 version"
27+
task :prepare_migration_to_v1 => [:environment] do
2828
## First step : delete SSH keys
2929
task('redmine_git_hosting:migration_tools:delete_ssh_key').invoke
3030
end

0 commit comments

Comments
 (0)