status: bugfix duplicated instances

This commit is contained in:
pedro 2024-02-29 17:18:06 +01:00
parent 3c0a788c2b
commit 306dcbcbd2
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ main() {
cd "$(dirname "${0}")"
instances="$(find . -maxdepth 1 -type d \
| grep -E 'pilot|instance' \
| cut -d'_' -f3
| cut -d'_' -f3 \
| sort -u
)"
_git_info ./ssikit_trustchain
printf -- "%-31s | commit: %s\n" "${d_name}" "${commit_info}"