From 2ced08afb1669c4ba820a89f07f88230b89392a7 Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Tue, 5 Jul 2022 09:25:58 +0900 Subject: [PATCH] Adjust Justfile back to the main branch --- Justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 2450c1f..38418be 100644 --- a/Justfile +++ b/Justfile @@ -28,6 +28,6 @@ upload-coverage: coverage rm -rf coverage coverage.json index.html style.css cp -R target/llvm-cov/html/ . git add -A coverage coverage.json index.html style.css - git commit -m "Coverage for $(git rev-parse --short v5-api)" + git commit -m "Coverage for $(git rev-parse --short main)" git push - git checkout v5-api + git checkout main