geofetch
geofetch copied to clipboard
missing slash
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 Was this issue solved?
Probably not.
Fixed in this commit: https://github.com/pepkit/geofetch/commit/79de45e16b78a9e5e60e5c570f428857ca1e6fda
This commit only added a slash to the template, it did not address the actual problem described in the original post.