From 06174df8999e695547fc259d6d8c311b5d953b76 Mon Sep 17 00:00:00 2001 From: rszyma Date: Thu, 30 Nov 2023 02:48:06 +0100 Subject: [PATCH] fix CI --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index b5eab11..ccf2110 100644 --- a/justfile +++ b/justfile @@ -8,7 +8,7 @@ install: # Creates a commit, that updates kanata to latest git and adds notice about it to CHANGELOG.md bump_kanata: - #!/bin/sh + #!/bin/bash set -euxo pipefail git submodule update --remote cd kanata