Skip to content

Commit 55dc05c

Browse files
Improve error message
1 parent 791d61b commit 55dc05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/scripts/diffPackages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def main():
9292
# Check if there is no diff
9393
if not diff_list:
9494
color.cprint(
95-
f" @*gNo differences found. We can safely delete '{benchpark_package_path}' in favor of spack upstream@."
95+
f" @*gNo differences found. Please delete 'benchpark/repo/{package}/package.py' (use spack upstream)@."
9696
)
9797
EXIT_CODE = 1
9898

0 commit comments

Comments
 (0)