Align continuation backslashes

This commit is contained in:
Tim Byrne 2019-08-09 07:48:10 -05:00
parent 48fc6b0db7
commit cec8778578
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 3 additions and 3 deletions

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