Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrimesix committed Apr 25, 2024
1 parent dd52b98 commit 49d096f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/nfs.py
Expand Up @@ -140,7 +140,7 @@ def setup_directories(self):
'''

# Initialize the system dataset NFS state directory
state_dir = NFSServicePathInfo().STATEDIR.path()
state_dir = NFSServicePathInfo.STATEDIR.path()
try:
shutil.copytree('/var/lib/nfs', state_dir)
except FileExistsError:
Expand Down

0 comments on commit 49d096f

Please sign in to comment.