Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Aug 23, 2022
1 parent 6ba2f42 commit cec814b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def diff(self, package_name):

# For each file in current, compare to spack install
# Keep track of last modified for each
last_modified = 0
last_modified_here = 0
last_modified_spack = 0
for filename in recursive_find(package_dir):
basename = filename.replace(package_dir, "").strip(os.sep)
Expand Down

0 comments on commit cec814b

Please sign in to comment.