We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c9665 commit 2a0df65Copy full SHA for 2a0df65
1 file changed
lib/tasks/migration_tools.rake
@@ -23,8 +23,8 @@ namespace :redmine_git_hosting do
23
24
end
25
26
- desc "Prepare migration to v0.8 version"
27
- task :prepare_migration_to_v08 => [:environment] do
+ desc "Prepare migration to v1.0 version"
+ task :prepare_migration_to_v1 => [:environment] do
28
## First step : delete SSH keys
29
task('redmine_git_hosting:migration_tools:delete_ssh_key').invoke
30
0 commit comments