Skip to content

Commit

Permalink
Add caution for 'rake multirepo:reinit'
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Nov 15, 2019
1 parent f3c9a27 commit b3c5cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/multirepo.rake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace :multirepo do
end
end

desc 'Reinitialize subrepositories'
desc 'Reinitialize subrepositories. CAUTION: This will remove directories and associated git repositories listed in Docfile'
task reinit: %w[clean] do
content_map = DocConfig.new.content_map
content_map.each do |subrepo|
Expand Down

0 comments on commit b3c5cab

Please sign in to comment.