Skip to content

Commit

Permalink
Fixed linting issues with templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlesmithjr committed Jun 15, 2023
1 parent f901fe4 commit 3f3a7c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion templates/70-ec2-nvme-devices.rules.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# ebs nvme to scsi device naming mapping
KERNEL=="nvme[0-9]*n[0-9]*", ENV{DEVTYPE}=="disk", ATTRS{model}=="Amazon Elastic Block Store", PROGRAM="{{ ebsnvme_scrip_helper_path }} /dev/%k", SYMLINK+="%c"

1 change: 0 additions & 1 deletion templates/ebsnvme-id.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@
#

{{ ebsnvme_binary_helper_path }} -n $1 | awk -F '/' '{print $3}'

0 comments on commit 3f3a7c7

Please sign in to comment.