Fixed issue with premium unleaded where it wouldn't show the price. Issue was with the incorrect variable name.
This commit is contained in:
@@ -10,7 +10,7 @@ costco_unleaded=$(echo $costco_gateshead_site | grep -oP '"gas-title">Unleaded P
|
||||
|
||||
## Print fuel prices
|
||||
echo "Premium Diesel - $costco_diesel p"
|
||||
echo "Premium Unleaded - $premium_unleaded p"
|
||||
echo "Premium Unleaded - $costco_premium_unleaded p"
|
||||
echo "Unleaded - $costco_unleaded p"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user