From 58fb462b3fc6804f9986f179e3bcdf3ccbb34c3c Mon Sep 17 00:00:00 2001 From: Kasper Skytte Andersen Date: Tue, 6 Aug 2024 09:53:20 +0200 Subject: [PATCH] typo --- docs/guides/sshdslurm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/sshdslurm.md b/docs/guides/sshdslurm.md index b2c9035..0e05a4b 100644 --- a/docs/guides/sshdslurm.md +++ b/docs/guides/sshdslurm.md @@ -50,7 +50,7 @@ Then add the following line somewhere: **Windows** ``` Host bio-ospikachu02-sshdbridge - ProxyCommand ssh bio-ospikachu02.srv.aau.dk bash -c \"nc \$(squeue --me --name=sshdbridge --states=R -h -O NodeList,Comment)\"NodeList,Comment)" + ProxyCommand ssh bio-ospikachu02.srv.aau.dk bash -c \"nc \$(squeue --me --name=sshdbridge --states=R -h -O NodeList,Comment)\" ``` **Linux/MacOS**