Browse Source

Fix list_patient to silence errors

master
Maxime Wack 3 months ago
parent
commit
794867d0b3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      functions

+ 1
- 1
functions View File

@@ -255,7 +255,7 @@ function list_patient
{
local pat
for pat in *; do
git -C "$pat" rev-parse && echo "$pat"
dbg git -C "$pat" rev-parse && echo "$pat"
done
}



Loading…
Cancel
Save