Skip to content

Commit 0bd3c05

Browse files
authored
fix(AuthenticationProfile) Param path name fix (#525)
* incorrect path name fix * restore original formatting
1 parent f01ae25 commit 0bd3c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panos/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ def _setup(self):
757757
)
758758
params.append(
759759
VersionedParamPath(
760-
"failed_attempts", vartype="int", path="locakout/failed-attempts"
760+
"failed_attempts", vartype="int", path="lockout/failed-attempts"
761761
)
762762
)
763763
params.append(

0 commit comments

Comments
 (0)