File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ fn print_greeting(shell: &str, controller: &Controller) {
41
41
if let Some ( write_url) = controller. write_url ( ) {
42
42
println ! (
43
43
r#"
44
- {sshx} {version}
44
+ {sshx} {version}
45
45
46
- {arr} Read-only link: {link_v}
47
- {arr} Writable link: {link_e}
48
- {arr} Shell: {shell_v}
46
+ {arr} Read-only link: {link_v}
47
+ {arr} Writable link: {link_e}
48
+ {arr} Shell: {shell_v}
49
49
"# ,
50
50
sshx = Green . bold( ) . paint( "sshx" ) ,
51
51
version = Green . paint( & version_str) ,
@@ -57,10 +57,10 @@ fn print_greeting(shell: &str, controller: &Controller) {
57
57
} else {
58
58
println ! (
59
59
r#"
60
- {sshx} {version}
60
+ {sshx} {version}
61
61
62
- {arr} Link: {link_v}
63
- {arr} Shell: {shell_v}
62
+ {arr} Link: {link_v}
63
+ {arr} Shell: {shell_v}
64
64
"# ,
65
65
sshx = Green . bold( ) . paint( "sshx" ) ,
66
66
version = Green . paint( & version_str) ,
You can’t perform that action at this time.
0 commit comments