Skip to content

Commit

Permalink
fix function call
Browse files Browse the repository at this point in the history
  • Loading branch information
arfrie22 committed Aug 5, 2024
1 parent 5fa5526 commit 9ccadd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ else
apt-get update
apt-get install -y libmosquitto-dev raspi-gpio libi2c-dev libssl-dev libgpiod-dev

enable_i2c()
enable_i2c

if ! command -v raspi-gpio &> /dev/null; then
echo "Command raspi-gpio is required and is not installed"
Expand Down

0 comments on commit 9ccadd7

Please sign in to comment.