1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Align continuation backslashes

This commit is contained in:
Tim Byrne
2019-08-09 07:48:10 -05:00
parent 48fc6b0db7
commit cec8778578

6
yadm
View File

@@ -255,10 +255,10 @@ function alt() {
if envtpl_available; then
debug "Creating $real_file from template $tracked_file"
[ -n "$loud" ] && echo "Creating $real_file from template $tracked_file"
YADM_CLASS="$local_class" \
YADM_OS="$local_system" \
YADM_CLASS="$local_class" \
YADM_OS="$local_system" \
YADM_HOSTNAME="$local_host" \
YADM_USER="$local_user" \
YADM_USER="$local_user" \
YADM_DISTRO=$(query_distro) \
"$ENVTPL_PROGRAM" --keep-template "$tracked_file" -o "$real_file"
else