Add missing line break

Fixes #6.
This commit is contained in:
James Barnett
2016-11-11 14:26:38 -06:00
parent 7574afe1f2
commit b93f1854db

View File

@@ -132,7 +132,7 @@ for x in $selected_configs; do
if [[ -f "/etc/snapper/configs/$x" ]]; then if [[ -f "/etc/snapper/configs/$x" ]]; then
source /etc/snapper/configs/$x source /etc/snapper/configs/$x
else else
printf "Error: Selected snapper configuration $x does not exist." printf "Error: Selected snapper configuration $x does not exist.\n"
exit 1 exit 1
fi fi