status: fix formatting issue
This commit is contained in:
parent
95fcb786bd
commit
7d1c4c3f9d
|
@ -27,7 +27,7 @@ main() {
|
||||||
| sort -u
|
| sort -u
|
||||||
)"
|
)"
|
||||||
_git_info ./ssikit_trustchain
|
_git_info ./ssikit_trustchain
|
||||||
printf -- "%-31s | branch: %8s | commit: %s\n" "${d_name}" "${branch_info}" "${commit_info}"
|
printf -- "%-31s | branch: %-8s | commit: %s\n" "${d_name}" "${branch_info}" "${commit_info}"
|
||||||
printf -- " note: outdated ssikit_trustchain version could be present on any instance. Hence, this only relevant for new or fresh builds\n\n"
|
printf -- " note: outdated ssikit_trustchain version could be present on any instance. Hence, this only relevant for new or fresh builds\n\n"
|
||||||
for i in ${instances}; do
|
for i in ${instances}; do
|
||||||
dirs="$(find . -maxdepth 1 -type d \
|
dirs="$(find . -maxdepth 1 -type d \
|
||||||
|
|
Reference in New Issue