From b75b21e23cee8098bc6de10303d943c903d5ef22 Mon Sep 17 00:00:00 2001 From: fro Date: Mon, 28 Jul 2025 08:57:19 -0500 Subject: [PATCH] / gpxImporter upd --- dots/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 0c332cd..4b46307 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -390,7 +390,7 @@ nas() { # --- gpxImporter() { cd /home/poq/syncDir/gitRepos/gt.op.fo/gpx-importer/go/src/ - go run importer.go + go run main.go cd - }