From f63e192180a48c30f3db7999c5be4dd6fdb796a4 Mon Sep 17 00:00:00 2001 From: Itzik <37775846+PatentLobster@users.noreply.github.com> Date: Sat, 23 Sep 2023 01:20:06 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 53e5abe..d984de7 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -179,7 +179,7 @@ for variant in "${variants[@]}"; do ;; devcontainer) - run_test "${os}" "" "ls ~/.repo && ~/.repo/scripts/vhs.sh" + run_test "${os}" "" "ls ~/.repo && ~/.repo/scripts/vhs/tmux-vhs.sh" ;; zsh)