From 8e6f7f3d5a67785f09f912d21c9c2afc50e89688 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Wed, 20 Sep 2023 19:17:01 +0100 Subject: [PATCH] fix: Rename gpx_to_rec.py to gpx-to-rec.py This file name now matches the associated [README](https://github.com/owntracks/recorder/blob/master/contrib/gpx-to-rec/README.md) so that the instructions execute properly. --- contrib/gpx-to-rec/{gpx_to_rec.py => gpx-to-rec.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename contrib/gpx-to-rec/{gpx_to_rec.py => gpx-to-rec.py} (100%) diff --git a/contrib/gpx-to-rec/gpx_to_rec.py b/contrib/gpx-to-rec/gpx-to-rec.py similarity index 100% rename from contrib/gpx-to-rec/gpx_to_rec.py rename to contrib/gpx-to-rec/gpx-to-rec.py