Skip to content

Commit 568e52b

Browse files
committed
Update the Teerraform
Signed-off-by: Stephen Williams <stephenw@mindpointgroup.com>
1 parent fd654b7 commit 568e52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/export_badges_public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
echo "Cloning devel branch of $repo..."
9696
if ! git clone --depth 1 --branch devel https://github.com/$repo.git tmp_precheck; then
97-
echo "Failed to clone devel branch of $repo"
97+
echo "Failed to clone devel branch of $repo"
9898
exit 1
9999
fi
100100
if [ -f tmp_precheck/.pre-commit-config.yaml ]; then

0 commit comments

Comments
 (0)