Skip to content
Snippets Groups Projects
Commit 60ee4ffc authored by Sebastian Döbel's avatar Sebastian Döbel Committed by Martin Schroschk
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 4aeb4513
No related branches found
No related tags found
2 merge requests!1071Automated merge from preview to main,!862Issue 482: ws_register in bash.rc
......@@ -340,7 +340,7 @@ workspaces within in the directory `DIR`. Calling this command will do the follo
```bash
ANSRED=$'\e[41;1m'
ANSRESET=$'\e[0m'
buf="$(timeout 10 ws_register $HOME/workspaces)";
buf="$(timeout 10s ws_register $HOME/workspaces)";
if test $? -eq 0; then
printf "${buf}";
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment