Skip to content

Commit

Permalink
Merge pull request #396 from chemidy/lint
Browse files Browse the repository at this point in the history
fix mispell
  • Loading branch information
container-tools-bot authored Oct 15, 2018
2 parents 5ac29a9 + 38c8c89 commit 9b18cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/gcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func CreateIntegrationTarball() (string, error) {
}
tempDir, err := ioutil.TempDir("", "")
if err != nil {
return "", fmt.Errorf("Failed to create temporary directoy to hold tarball: %s", err)
return "", fmt.Errorf("Failed to create temporary directory to hold tarball: %s", err)
}
contextFile := fmt.Sprintf("%s/context_%d.tar.gz", tempDir, time.Now().UnixNano())
cmd := exec.Command("tar", "-C", dir, "-zcvf", contextFile, ".")
Expand Down

0 comments on commit 9b18cd1

Please sign in to comment.