From 51fa083b62bbc127d40756e175194c5d8c2ba1b3 Mon Sep 17 00:00:00 2001 From: Ed Burns Date: Thu, 8 Aug 2024 11:43:37 -0400 Subject: [PATCH] On branch edburns-msft-em-5943-use-tag Your branch is up to date with 'origin/edburns-msft-em-5943-use-tag'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: README.md no changes added to commit (use "git add" and/or "git commit -a") Signed-off-by: Ed Burns --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 496797f..fabc442 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ export DIR="$PWD/cargotracker-liberty-aks" git clone https://github.com/Azure-Samples/cargotracker-liberty-aks.git ${DIR}/cargotracker cd ${DIR}/cargotracker -git checkout 20240408 +git checkout 20240808 ``` If you see a message about `detached HEAD state`, it is safe to ignore. It just means you have checked out a tag.