From 413049feea13fe5bece06ae0c331514b62d706d2 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 26 Mar 2023 14:12:29 +0300 Subject: [PATCH] Remove shell configuration for better compatibility Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2604 --- justfile | 1 - 1 file changed, 1 deletion(-) diff --git a/justfile b/justfile index bcacd78cd..6eac034ef 100644 --- a/justfile +++ b/justfile @@ -5,7 +5,6 @@ default: # Pulls external Ansible roles roles: #!/usr/bin/env sh - set -euo pipefail if [ -x "$(command -v agru)" ]; then agru else