Skip to content

Commit 37ee2fc

Browse files
Fix typo in cargo deb settings
1 parent ed295a2 commit 37ee2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ depends = "$auto"
2828
section = "utility"
2929
priority = "optional"
3030
assets = [
31-
["target/release/doc-previewer", "usr/bin", "755"],
31+
["target/release/doc-previewer", "usr/bin/", "755"],
3232
["config.toml", "etc/doc-previewer/", "644"],
3333
]

0 commit comments

Comments
 (0)