From 57a4e6e30e0873801896e1d6d07c0fd2b8dcc33e Mon Sep 17 00:00:00 2001
From: spencer <swilbur@usgs.gov>
Date: Tue, 25 Apr 2023 09:35:54 -0600
Subject: [PATCH] fixed the typo cedgecwb to bu edgecwb.usgs.gov

---
 geomagio/Controller.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geomagio/Controller.py b/geomagio/Controller.py
index 4ef103ee..f4d8ee69 100644
--- a/geomagio/Controller.py
+++ b/geomagio/Controller.py
@@ -988,7 +988,7 @@ def parse_args(args):
     )
     output_group.add_argument(
         "--output-host",
-        default="cedgecwb.usgs.gov",
+        default="edgecwb.usgs.gov",
         help="Write to specified host",
         metavar="HOST",
     )
-- 
GitLab