diff --git a/justfile b/justfile index ac9d736..c924463 100644 --- a/justfile +++ b/justfile @@ -193,7 +193,7 @@ main *args="": # Generate summary plots plot *nc_files: - @python src/plotting.py {{nc_files}} + @python src/plot.py {{nc_files}} ############## # development: