mirror of
https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator.git
synced 2025-02-23 00:57:08 +09:00
fix(main): error dir name was changed
This commit is contained in:
parent
b5a189f9a1
commit
7aba746503
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ fn main() -> Result<()> {
|
|||
.collect_vec()
|
||||
.is_empty()
|
||||
{
|
||||
return Err(anyhow!("dir out is not empty"));
|
||||
return Err(anyhow!("dir register_interface is not empty"));
|
||||
};
|
||||
for (file, code) in files {
|
||||
DirBuilder::new()
|
||||
|
|
Loading…
Reference in a new issue