From 76a1ef092c86f3a82f1986227cf3b70ea1b99bad Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Tue, 20 Sep 2022 14:43:28 -0500 Subject: [PATCH] Update README.md --- Workbench/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workbench/README.md b/Workbench/README.md index 97e0812..d1edf19 100644 --- a/Workbench/README.md +++ b/Workbench/README.md @@ -11,4 +11,4 @@ Please see a detailed description [here](https://spaces.at.internet2.edu/x/VhLtB NOTE: There is basic auth setup on the home page. The username is csp and the password is workbench. -NOTE: This environment works with Docker for Windows CE, but before cloning this repository, ensure that your git client on Windows does not translate LF line endings into CRLF line endings or the mq and grouper_daemon contains will not start. This can be done using the command: 'git config --global core.autocrlf false' +NOTE: This environment works with Docker Desktop for Windows, but before cloning this repository, ensure that your git client on Windows does not translate LF line endings into CRLF line endings or the mq and grouper_daemon contains will not start. This can be done using the command: 'git config --global core.autocrlf false'