From 0f84f2f01becd897a5595606e7a3d126e581c810 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 19 Sep 2023 12:46:04 +0200 Subject: Genexportsdoc: Set executable flag --- exports/exports.go | 4 ++-- genexportsdoc.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 genexportsdoc.py diff --git a/exports/exports.go b/exports/exports.go index 6d02e88..ce6df3a 100644 --- a/exports/exports.go +++ b/exports/exports.go @@ -368,7 +368,7 @@ func ServerList() (*C.char, *C.char) { // // - Parse the data to get the cookie and data // -// - get the cookie, +// - get the cookie // // - get the profiles from the data // @@ -392,7 +392,7 @@ func ServerList() (*C.char, *C.char) { // // - Parse the data to get the cookie and data // -// - get the cookie, +// - get the cookie // // - get the list of locations from the data // diff --git a/genexportsdoc.py b/genexportsdoc.py old mode 100644 new mode 100755 -- cgit v1.2.3