Skip to content

Commit 4efc946

Browse files
committed
Tiny fix in gather_debug
Trivial change from `/n` to `\n` in the debug instructions.
1 parent 0d3c914 commit 4efc946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collection-scripts/gather_debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FILE=/tmp/rm-to-finish-gathering
44
MSG=""\
55
"Must gather entering debug mode, will sleep until file $FILE is deleted\n"\
6-
"You can go into the container now and execute /usr/bin/gather/n"
6+
"You can go into the container now and execute /usr/bin/gather\n"
77

88
echo -e "$MSG"
99

0 commit comments

Comments
 (0)