Skip to content

Commit 06074c9

Browse files
authored
Update functions.sh
1 parent 6857e7d commit 06074c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

functions.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ sleep_one_second() {
55
}
66

77
print_empty_lines() {
8-
echo " "
8+
echo >> $1
9+
echo >> $1
910
}
1011

1112
copy_yaml() {

0 commit comments

Comments
 (0)