Skip to content

Commit d8d3685

Browse files
Add the full expected location for the data directory
Copying the data directory directly into ~/.local/share/swarm does not work, this commit prevents that mistake.
1 parent e19674e commit d8d3685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Swarm/Util.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ dataNotFound f = do
277277
return $
278278
T.unlines
279279
[ "Could not find the data: " <> squotes f
280-
, "Try downloading the Swarm 'data' directory to: " <> squotes d
280+
, "Try downloading the Swarm 'data' directory to: " <> squotes (d </> "data")
281281
]
282282

283283
-- | Get path to swarm data, optionally creating necessary

0 commit comments

Comments
 (0)