Indentation

This commit is contained in:
Alex D. 2018-11-18 14:07:51 +01:00
parent f018feb99b
commit 339f0cf1b1
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ function update () {
;;
*)
output "err" "That component does not exist! Available components are:"
output "info" "${components[*]}"
output "info" "${components[*]}"
;;
esac
}