aboutsummaryrefslogtreecommitdiffstats
path: root/vps-do.pl
diff options
context:
space:
mode:
Diffstat (limited to 'vps-do.pl')
-rwxr-xr-xvps-do.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vps-do.pl b/vps-do.pl
index 7d25b8f..adc9e9e 100755
--- a/vps-do.pl
+++ b/vps-do.pl
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Term::ANSIColor;
use constant SCRIPTS_DIR => '/root/scripts/src/';
-use constant SSH_BOY => 'root@jozanleclerc.xyz';
+use constant SSH_BOY => 'root@jozanofastora.xyz';
sub main {
my $argc = $#ARGV + 1;