Skip to content

Commit

Permalink
fix: use the correct environment variable reference keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Sep 19, 2024
1 parent 68cff63 commit 3d85743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/radxa-udev.radxa-aic8800.udev
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="88:00:*", NAME="$ENV{ID_NET_SLOT}"
SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="88:00:*", NAME="$env{ID_NET_SLOT}"

0 comments on commit 3d85743

Please sign in to comment.