Skip to content
Snippets Groups Projects
Commit b6d0aba4 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Lint fix

parent cff5338e
Branches
Tags
No related merge requests found
......@@ -15,7 +15,7 @@ define freeradius::attr (
# Decide on location for attribute filters
$location = $::freeradius_maj_version ? {
2 => $fr_basepath,
3 => "$fr_moduleconfigpath/attr_filter",
3 => "${fr_moduleconfigpath}/attr_filter",
default => $fr_moduleconfigpath,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment