From e1e06c24159573b041c3fda780ad287df9cd686d Mon Sep 17 00:00:00 2001 From: Ria Gupta <74742605+rg663@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:58:34 -0400 Subject: [PATCH] additional removal of extra backtick --- coldfront/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coldfront/README.md b/coldfront/README.md index 97f4f86..6a8d9bd 100644 --- a/coldfront/README.md +++ b/coldfront/README.md @@ -145,7 +145,7 @@ Switch over to the PI user account and try to run a job again: ``` su - cgray password: test123 -sbatch --wrap "sleep 600"` +sbatch --wrap "sleep 600" squeue (the job should be running on a node) exit (logout from cgray account) ```