From dcc171d72cc4c004a4b06eb0f79733f81019fce0 Mon Sep 17 00:00:00 2001 From: Vesa-Matti Vartiainen Date: Fri, 13 Sep 2024 12:49:16 +0300 Subject: [PATCH] testing --- .github/workflows/configure_ssh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/configure_ssh.yml b/.github/workflows/configure_ssh.yml index 9b9fa80..5fed02a 100644 --- a/.github/workflows/configure_ssh.yml +++ b/.github/workflows/configure_ssh.yml @@ -56,7 +56,7 @@ jobs: echo "Testing SSH Connection" ssh -tt test_env << 'EOF' echo "SSH Connection Successful" - cd var/www/compare/ + cd /var/www/compare/ ls -la exit EOF \ No newline at end of file