Skip to content

Commit d271c10

Browse files
Change embed title
1 parent a752043 commit d271c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/udev.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub async fn generate_udev(
2323

2424
let attachment = CreateAttachment::bytes(udev, "70-opentabletdriver.rules");
2525
let embed = CreateEmbed::new()
26-
.title("Generated Udev rules")
26+
.title("Generated udev rules")
2727
.description(
2828
"Move this file to `/etc/udev/rules.d/70-opentabletdriver.rules` then run the \
2929
following commands: \n```sudo udevadm control --reload-rules && sudo udevadm \

0 commit comments

Comments
 (0)