diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-02-24 15:06:01 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-02-24 15:06:01 -0500 |
| commit | b541840126b67a8c0fc4fd2aefbba9253ecd1b29 (patch) | |
| tree | ebe27a2b360897f63a4382382806795cc0553dd1 /internal | |
| parent | 1e2d398efe2e21ddc53a3d94b7357a91b975cfeb (diff) | |
| download | xesite-b541840126b67a8c0fc4fd2aefbba9253ecd1b29.tar.xz xesite-b541840126b67a8c0fc4fd2aefbba9253ecd1b29.zip | |
internal/lume: don't nuke the repo
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/lume/lume.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/lume/lume.go b/internal/lume/lume.go index dd12cf1..2118188 100644 --- a/internal/lume/lume.go +++ b/internal/lume/lume.go @@ -81,10 +81,6 @@ func (f *FS) Close() error { cl.Close() } - if f.repo != nil { - os.RemoveAll(f.repoDir) - } - return nil } |
