Skip to content

Commit 73b0926

Browse files
committed
fixup! simple store path root, remote store rework
1 parent ceebe22 commit 73b0926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hnix-store-core/src/System/Nix/Internal/StorePath.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ parsePath expectedRoot x =
189189
rootDir' = init rootDir
190190
storeDir = if expectedRoot == rootDir'
191191
then Right rootDir'
192-
else Left $ unwords $ [ "Root store dir mismatch, expected ", expectedRoot, "got", rootDir']
192+
else Left $ unwords $ [ "Root store dir mismatch, expected", expectedRoot, "got", rootDir']
193193
in
194194
StorePath <$> digest <*> name <*> storeDir
195195

0 commit comments

Comments
 (0)