diff options
| author | Sandro Jäckel <sandro.jaeckel@sap.com> | 2023-04-17 15:20:51 +0200 |
|---|---|---|
| committer | Sandro Jäckel <sandro.jaeckel@sap.com> | 2023-04-17 15:20:51 +0200 |
| commit | ba70c1bd3d856f51c34491f2a46fb17b942e6b0f (patch) | |
| tree | 84d92e786e1ca4d4cb127d39974441193fbb04a8 /internal/rtree/remote.go | |
| parent | 7c93bb18bf4e8fc8a56c1524fabea462ee8cf8f0 (diff) | |
| download | gofu-ba70c1bd3d856f51c34491f2a46fb17b942e6b0f.tar.gz | |
Fix comment
Diffstat (limited to 'internal/rtree/remote.go')
| -rw-r--r-- | internal/rtree/remote.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rtree/remote.go b/internal/rtree/remote.go index 36e12dd..3d443aa 100644 --- a/internal/rtree/remote.go +++ b/internal/rtree/remote.go @@ -103,7 +103,7 @@ func (u RemoteURL) CheckoutPath() (string, error) { // MarshalYAML implements the yaml.Marshaler interface. func (u RemoteURL) MarshalYAML() (interface{}, error) { - //store URLs in the index in the compact format + //store URLs in the index in the canonical format return u.CanonicalURL(), nil } |
