diff --git a/drone/deliver.sh b/drone/deliver.sh index 437b091..662e664 100755 --- a/drone/deliver.sh +++ b/drone/deliver.sh @@ -54,4 +54,4 @@ echo "delivering outputs on server" echo "making delivery onto '$USER@$IP:$SERV_DIR'" -scp -o "StrictHostKeyChecking no" -r "$OUT_DIR/" "$USER@$IP:$SERV_DIR" \ No newline at end of file +scp -o "StrictHostKeyChecking no" -r "$OUT_DIR" "$USER@$IP:$SERV_DIR" \ No newline at end of file