diff --git a/bundles/users/items.py b/bundles/users/items.py index 89c3b8d..6ca6393 100644 --- a/bundles/users/items.py +++ b/bundles/users/items.py @@ -69,7 +69,7 @@ for username, attrs in node.metadata['users'].items(): } if exists(join(repo.path, 'data', 'users', 'files', 'fish', '{}.conf'.format(username))): - fish_src = 'fisk/{}.conf'.format(username) + fish_src = 'fish/{}.conf'.format(username) else: fish_src = 'fish.conf'