geofetch icon indicating copy to clipboard operation
geofetch copied to clipboard

missing slash

Open nsheff opened this issue 6 years ago • 4 comments

config files produced by geofetch use this for derived attributes:

{SRABAM}{SRR}

But this only works if {SRABAM} has a trailing slash, which it may not. It should check for that and use {SRABAM}/{SRR} if necessary.

Also for {SRARAW}.

nsheff avatar Nov 02 '18 17:11 nsheff

@nsheff Was this issue solved?

khoroshevskyi avatar Aug 19 '22 18:08 khoroshevskyi

Probably not.

nsheff avatar Aug 19 '22 19:08 nsheff

Fixed in this commit: https://github.com/pepkit/geofetch/commit/79de45e16b78a9e5e60e5c570f428857ca1e6fda

khoroshevskyi avatar Jan 02 '23 16:01 khoroshevskyi

This commit only added a slash to the template, it did not address the actual problem described in the original post.

nsheff avatar Jan 02 '23 19:01 nsheff