We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923c5c1 commit 5adb2beCopy full SHA for 5adb2be
1 file changed
cli/src/cli/upgrade.rs
@@ -130,10 +130,7 @@ fn upgrade_templates(biovault_home: &std::path::Path) -> anyhow::Result<()> {
130
println!(" - Default templates: {}", default_dir.display());
131
println!(" - SNP templates: {}", snp_dir.display());
132
println!(" - Sheet templates: {}", sheet_dir.display());
133
- println!(
134
- " - Dynamic Nextflow templates: {}",
135
- dynamic_dir.display()
136
- );
+ println!(" - Dynamic Nextflow templates: {}", dynamic_dir.display());
137
138
Ok(())
139
}
0 commit comments