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