From 81178999f22ed026ad1f7a445b08aa7345bcf391 Mon Sep 17 00:00:00 2001
From: Jan Frenzel <jan.frenzel@tu-dresden.de>
Date: Thu, 24 Mar 2022 09:44:29 +0100
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 doc.zih.tu-dresden.de/docs/software/containers.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/containers.md b/doc.zih.tu-dresden.de/docs/software/containers.md
index 25818825e..d5b7698ba 100644
--- a/doc.zih.tu-dresden.de/docs/software/containers.md
+++ b/doc.zih.tu-dresden.de/docs/software/containers.md
@@ -46,7 +46,7 @@ instructions from the official documentation to install Singularity.
 1. Check if `go` is installed by executing `go version`.  If it is **not**:
 
     ```console
-    marie@local$ wget <https://storage.googleapis.com/golang/getgo/installer_linux> && chmod +x
+    marie@local$ wget 'https://storage.googleapis.com/golang/getgo/installer_linux' && chmod +x
     installer_linux && ./installer_linux && source $HOME/.bash_profile
     ```
 
-- 
GitLab