From 244807cbf97db16af5222ef4cc3db8e31be518df Mon Sep 17 00:00:00 2001 From: Dan Gillean Date: Tue, 8 Apr 2025 09:57:38 -0400 Subject: [PATCH] Fix placement issue with Activities The newly added "Available activities" section was accidentally added between the Debug mode section's description and the shell output example. This commit moves the example output back to the correct section. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ba35b24..bcff860 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,16 @@ Dependencies are downloaded automatically. The debug mode produces more output, including the commands executed. E.g.: +```shell +$ make env DBG_MAKEFILE=1 +Makefile:10: ***** starting Makefile for goal(s) "env" +Makefile:11: ***** Fri 10 Nov 2023 11:16:16 AM CET +go env +GO111MODULE='' +GOARCH='amd64' +... +``` + ## Available activities * [Calculate SIP checksum](#calculate-sip-checksum) @@ -551,16 +561,6 @@ the AIS for synchronization. * AIS is able to receive and ingest the metadata -```shell -$ make env DBG_MAKEFILE=1 -Makefile:10: ***** starting Makefile for goal(s) "env" -Makefile:11: ***** Fri 10 Nov 2023 11:16:16 AM CET -go env -GO111MODULE='' -GOARCH='amd64' -... -``` - [enduro documentation]: https://github.com/artefactual-sdps/enduro/blob/main/docs/src/dev-manual/preprocessing.md [docker]: https://docs.docker.com/get-docker/ [kubectl]: https://kubernetes.io/docs/tasks/tools/#kubectl