mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
[PR #984] [MERGED] fix(ionos): use correct library for joining URL paths to avoid errors… #927
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qdm12/ddns-updater/pull/984
Author: @jccint
Created: 4/26/2025
Status: ✅ Merged
Merged: 11/1/2025
Merged by: @qdm12
Base:
master← Head:ionos-path-fix📝 Commits (1)
586ab35fix(ionos): use correct library for joining URL paths to avoid errors in Windows📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
internal/provider/providers/ionos/get.go(+2 -2)📄 Description
… in Windows
Fixes issue #982
filepath.Join()is for filesystem paths,path.Join()should be used for URLs instead, as described here: https://github.com/golang/go/issues/30616🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.