From a2edd6f41bd6e979a98055c80ab8d4b0b414a4eb Mon Sep 17 00:00:00 2001 From: Max Wase Date: Tue, 27 Feb 2024 20:07:56 +0200 Subject: [PATCH] Add missing quote --- src/device.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device.rs b/src/device.rs index 53ac1b5..87c08cd 100644 --- a/src/device.rs +++ b/src/device.rs @@ -374,7 +374,7 @@ impl Device { println!("Either run `sudo solo2 update`, or install "); println!("Specifically, you need this line:"); // SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="b000", TAG+="uaccess" - println!(r#"SUBSYSTEM=="hidraw", ATTRS{{idVendor}}=="1209", ATTRS{{idProduct}}=="b000", TAG+="uaccess"#); + println!(r#"SUBSYSTEM=="hidraw", ATTRS{{idVendor}}=="1209", ATTRS{{idProduct}}=="b000", TAG+="uaccess""#); println!(); } e