1
0
Fork 0
mirror of synced 2024-12-13 02:45:45 -05:00

Properly format supported configs

This commit is contained in:
Tim Byrne 2019-11-03 14:13:46 -06:00
parent fc53cfd1f8
commit f5287f1588
No known key found for this signature in database
GPG key ID: 14DB4FC2465A4B12

3
yadm
View file

@ -748,6 +748,7 @@ function config() {
# with no parameters, provide some helpful documentation
echo "yadm supports the following configurations:"
echo
local IFS=$'\n'
for supported_config in $(introspect_configs); do
echo " ${supported_config}"
done
@ -980,7 +981,7 @@ EOF
}
function introspect_configs() {
cat << EOF
cat <<-EOF
local.class
local.hostname
local.os