fix ci
This commit is contained in:
parent
92f570831d
commit
bea65f8739
@ -88,7 +88,7 @@ pub fn get_display_server_of_session(session: &str) -> String {
|
|||||||
String::from_utf8_lossy(&output.stdout)
|
String::from_utf8_lossy(&output.stdout)
|
||||||
.replace("Type=", "")
|
.replace("Type=", "")
|
||||||
.trim_end()
|
.trim_end()
|
||||||
.into();
|
.into()
|
||||||
} else {
|
} else {
|
||||||
"".to_owned()
|
"".to_owned()
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user