Signed-off-by: Vincent Batts <vbatts@redhat.com>
| ... | ... |
@@ -392,7 +392,7 @@ func getContextFromReader(r io.Reader, dockerfileName string) (absContextDir, re |
| 392 | 392 |
} |
| 393 | 393 |
|
| 394 | 394 |
if err := archive.Untar(buf, absContextDir, nil); err != nil {
|
| 395 |
- return "", "", fmt.Errorf("unable to extract stdin to temporary context direcotry: %v", err)
|
|
| 395 |
+ return "", "", fmt.Errorf("unable to extract stdin to temporary context directory: %v", err)
|
|
| 396 | 396 |
} |
| 397 | 397 |
|
| 398 | 398 |
return getDockerfileRelPath(absContextDir, dockerfileName) |