Skip to content

Commit

Permalink
Merge pull request #7 from CodeChenL/main
Browse files Browse the repository at this point in the history
fix: use the correct environment variable reference keyword
  • Loading branch information
RadxaYuntian authored Sep 20, 2024
2 parents 68cff63 + 3ca743c commit 368d618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @RadxaYuntian
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 368d618

Please sign in to comment.