From 82390c1f4f6a693663949dbf6965c9d5a42bbd12 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Tue, 21 Sep 2021 10:28:23 -0600 Subject: [PATCH] Update to hawaii path --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d875d42d0..5be042a97 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -21,4 +21,4 @@ nshmp-haz: # The path to the models. # To specify the model to use: # java -jar build/libs/nshmp-haz.jar --models=<path/to/models> - model-path: ${models:libs/nshmp-haz-dep--nshm-conus-2018} + model-path: ${models:libs/nshmp-haz-dep--nshm-hi-2021} -- GitLab