Skip to content

Commit 8142691

Browse files
authored
Adds missing newline
* Adds missing newline: "\n" was missing.
1 parent bab78d4 commit 8142691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

41_snapshots-btrfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ if [[ -d "$gbgmp" ]]; then
157157
done
158158
if [[ "$wait" != true ]]; then
159159
if ! rm -d "$gbgmp" >/dev/null 2>&1; then
160-
printf "Unable to delete %s: Device or ressource is busy" "$gbgmp" >&2;
160+
printf "Unable to delete %s: Device or ressource is busy\n" "$gbgmp" >&2;
161161
fi
162162
fi
163163
fi

0 commit comments

Comments
 (0)