Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit bdbc037

Browse files
committed
Added missing control character.
1 parent 7cb5713 commit bdbc037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guest/cli/commands/cache-flush

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
echo_if_not_quiet "$*" "Flushing Redis Cache..."
3+
echo_if_not_quiet "$*" "=Flushing Redis Cache..."
44

55
redis-cli flushall > /dev/null
66

0 commit comments

Comments
 (0)