From 1d4fe53a40b6b821877cd040248a2921b99b0a2f Mon Sep 17 00:00:00 2001 From: apesternikov Date: Mon, 28 Nov 2022 11:27:47 -0800 Subject: [PATCH] Update workspace_snippet.sh (#110) --- .github/workflows/workspace_snippet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workspace_snippet.sh b/.github/workflows/workspace_snippet.sh index 819de130..d1d3a235 100755 --- a/.github/workflows/workspace_snippet.sh +++ b/.github/workflows/workspace_snippet.sh @@ -18,7 +18,7 @@ http_archive( name = "com_adobe_rules_gitops", sha256 = "${SHA}", strip_prefix = "${PREFIX}", - url = ["https://github.com/adobe/rules_gitops/archive/refs/tags/${TAG}.tar.gz"], + urls = ["https://github.com/adobe/rules_gitops/archive/refs/tags/${TAG}.tar.gz"], ) EOF