From a521dd59ba718d3d72f955bd69b7a934b4208ab9 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 4 Sep 2022 11:27:10 -0700 Subject: [PATCH] Fix indentation in test-deploy recipe --- justfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/justfile b/justfile index df0c5e90b9..4d22f7d25e 100644 --- a/justfile +++ b/justfile @@ -40,12 +40,12 @@ test-deploy: vagrant up ssh-keyscan 192.168.56.4 >> ~/.ssh/known_hosts rsync -avz \ - --delete \ - --exclude .git \ - --exclude target \ - --exclude .vagrant \ - --exclude index.redb \ - . root@192.168.56.4:ord + --delete \ + --exclude .git \ + --exclude target \ + --exclude .vagrant \ + --exclude index.redb \ + . root@192.168.56.4:ord ssh root@192.168.56.4 'cd ord && ./deploy/setup' status: