mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-21 13:18:00 +00:00
api/client/build: typo in error
Signed-off-by: Vincent Batts <vbatts@redhat.com>
This commit is contained in:
+1
-1
@@ -392,7 +392,7 @@ func getContextFromReader(r io.Reader, dockerfileName string) (absContextDir, re
|
||||
}
|
||||
|
||||
if err := archive.Untar(buf, absContextDir, nil); err != nil {
|
||||
return "", "", fmt.Errorf("unable to extract stdin to temporary context direcotry: %v", err)
|
||||
return "", "", fmt.Errorf("unable to extract stdin to temporary context directory: %v", err)
|
||||
}
|
||||
|
||||
return getDockerfileRelPath(absContextDir, dockerfileName)
|
||||
|
||||
Reference in New Issue
Block a user