From 511c6dbd23dd73862083e009279490441acf1ca0 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 21 Apr 2025 17:13:25 -0600 Subject: [PATCH] bootstrap: Fix verify --- usr/local/share/bastille/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index 51f16193..89e1a2a9 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -431,7 +431,7 @@ bootstrap_template() { bastille verify "${_complete_template}" done else - bastille verify "${_raw_template_dir}" + bastille verify "${_user}/${_repo}" fi # Remove the cloned repo