Skip to content

Commit

Permalink
fix destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Jul 18, 2023
1 parent 50726a7 commit 55e65a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_nebari/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def list_files(
source_files[relative_path] = hash_file(filename)

for filename in list_files(output_dir, ignore_filenames, ignore_directories):
relative_path = filename.relative_to(source_base_dir)
relative_path = filename.relative_to(output_base_dir)
output_files[relative_path] = hash_file(filename)

new_files = source_files.keys() - output_files.keys()
Expand Down

0 comments on commit 55e65a1

Please sign in to comment.