Skip to content

Commit

Permalink
Fix prerequisite
Browse files Browse the repository at this point in the history
  • Loading branch information
gsexton committed Sep 8, 2024
1 parent a4bd079 commit ac0bfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysfs/gpio.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ func (d *driverGPIO) String() string {
}

func (d *driverGPIO) Prerequisites() []string {
return []string{"gpioioctl"}
return []string{"ioctl-gpio"}
}

func (d *driverGPIO) After() []string {
Expand Down

0 comments on commit ac0bfa3

Please sign in to comment.