From 23407d55b4fcd4f35e43b31bfc964ddd1bc0d67a Mon Sep 17 00:00:00 2001 From: gammazero <11790789+gammazero@users.noreply.github.com> Date: Tue, 6 Aug 2024 19:50:53 -0700 Subject: [PATCH] Fix error message --- files/tarwriter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/tarwriter.go b/files/tarwriter.go index a7d2b658f..c982abf63 100644 --- a/files/tarwriter.go +++ b/files/tarwriter.go @@ -10,7 +10,7 @@ import ( "time" ) -var ErrUnixFSPathOutsideRoot = errors.New("relative UnixFS paths outside the root are now allowed, use CAR instead") +var ErrUnixFSPathOutsideRoot = errors.New("relative UnixFS paths outside the root are not allowed, use CAR instead") type TarWriter struct { TarW *tar.Writer