From c38e85a5b900925f65ddcbe3ea59e1e7247c19e2 Mon Sep 17 00:00:00 2001 From: Renato Durrer Date: Fri, 26 Apr 2024 09:31:42 +0200 Subject: [PATCH] Fix: Fix CLI --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 344f3c68..624b25d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ ] [project.scripts] -boreholes-extract-layers = "stratigraphy.main:start_pipeline" +boreholes-extract-layers = "stratigraphy.main:click_pipeline" boreholes-download-profiles = "stratigraphy.get_files:download_directory_froms3" [tool.ruff.lint]