mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-26 10:25:44 +00:00
Rename project [stage]
This commit is contained in:
@@ -55,7 +55,7 @@ public class BeaconClient implements AutoCloseable {
|
||||
public static BeaconClient connectProxy(ShellStore proxy) throws Exception {
|
||||
var control = proxy.control().start();
|
||||
if (!ProxyManagerProvider.get().setup(control)) {
|
||||
throw new IOException("X-Pipe connector required to perform operation");
|
||||
throw new IOException("XPipe connector required to perform operation");
|
||||
}
|
||||
var command = control.command("xpipe beacon --raw").start();
|
||||
command.discardErr();
|
||||
@@ -316,7 +316,7 @@ public class BeaconClient implements AutoCloseable {
|
||||
|
||||
@Override
|
||||
public String toDisplayString() {
|
||||
return "X-Pipe CLI";
|
||||
return "XPipe CLI";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -357,7 +357,7 @@ public class BeaconClient implements AutoCloseable {
|
||||
|
||||
@Override
|
||||
public String toDisplayString() {
|
||||
return "X-Pipe Gateway " + version;
|
||||
return "XPipe Gateway " + version;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -373,7 +373,7 @@ public class BeaconClient implements AutoCloseable {
|
||||
|
||||
@Override
|
||||
public String toDisplayString() {
|
||||
return String.format("X-Pipe %s API v%s", language, version);
|
||||
return String.format("XPipe %s API v%s", language, version);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user