mirror of
https://github.com/raynormast/fake-firehose.git
synced 2024-12-22 15:57:38 +00:00
Fixed bug in how hashtags are found
This commit is contained in:
parent
1f9d8adc14
commit
2cc0d91ca4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ do
|
||||||
echo "[INFO] Opening federated line $line"
|
echo "[INFO] Opening federated line $line"
|
||||||
|
|
||||||
#Check for hashtags
|
#Check for hashtags
|
||||||
if [[ "$line" == *" #"* ]]; then
|
if [[ "$line" == *" "* ]]; then
|
||||||
|
|
||||||
echo "$line has hashtags!"
|
echo "$line has hashtags!"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue