Fixed bug in how hashtags are found
This commit is contained in:
parent
1f9d8adc14
commit
2cc0d91ca4
|
@ -11,7 +11,7 @@ do
|
|||
echo "[INFO] Opening federated line $line"
|
||||
|
||||
#Check for hashtags
|
||||
if [[ "$line" == *" #"* ]]; then
|
||||
if [[ "$line" == *" "* ]]; then
|
||||
|
||||
echo "$line has hashtags!"
|
||||
|
||||
|
|
Loading…
Reference in New Issue