Skip to content

Commit e8465dd

Browse files
Improve tasks.rake message
1 parent 4cfcda5 commit e8465dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backends/certificate_doc/tasks.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Dir.glob("#{$root}/arch/certificate_model/*.yaml") do |f|
4242
puts "UPDATE: Creating CertModel for #{cert_model_name} using base #{base_isa_name}"
4343
cert_model = base_arch.cert_model(cert_model_name)
4444

45-
puts "UPDATE: Creating PortfolioDesign using CertModel #{cert_model_name}"
45+
puts "UPDATE: Creating PortfolioDesign using certificate model #{cert_model_name}"
4646
# Create the one PortfolioDesign object required for the ERB evaluation.
4747
portfolio_design = portfolio_design_for(cert_model_name, base_arch, base, [cert_model])
4848

backends/profile_doc/tasks.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Dir.glob("#{$root}/arch/profile_release/*.yaml") do |f|
6565
puts "UPDATE: Creating Profile Release for #{profile_release_name} using #{base_isa_name}"
6666
profile_release = base_arch.profile_release(profile_release_name)
6767

68-
puts "UPDATE: Creating PortfolioDesign using ProfileRelease #{profile_release_name}"
68+
puts "UPDATE: Creating PortfolioDesign using profile release #{profile_release_name}"
6969
# Create the one PortfolioDesign object required for the ERB evaluation.
7070
# Provide it with all the profiles in this ProfileRelease.
7171
portfolio_design = portfolio_design_for(profile_release_name, base_arch, base,

0 commit comments

Comments
 (0)