Skip to content

Commit b2bca0e

Browse files
Rename cataloger binary to module
1 parent 777a721 commit b2bca0e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ strip = true
6464
lto = "thin"
6565

6666
[[bin]]
67-
name = "asimov-luma-cataloger"
68-
path = "src/cataloger/main.rs"
67+
name = "asimov-luma-module"
68+
path = "src/bin.rs"
6969
required-features = ["cli"]
7070

7171
[[bin]]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub async fn main() -> Result<SysexitsError, Box<dyn Error>> {
8383

8484
// Handle the `--license` flag:
8585
if options.flags.license {
86-
print!("{}", include_str!("../../UNLICENSE"));
86+
print!("{}", include_str!("../UNLICENSE"));
8787
return Ok(EX_OK);
8888
}
8989

0 commit comments

Comments
 (0)