Rename CopyDirectory to CopyDir
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
d96e6e3952
commit
aaf18b5962
4 changed files with 6 additions and 6 deletions
|
@ -164,7 +164,7 @@ func testDiffWithBase(base, diff fstest.Applier, expected []testChange) error {
|
|||
return errors.Wrap(err, "failed to apply base filesytem")
|
||||
}
|
||||
|
||||
if err := CopyDirectory(t2, t1); err != nil {
|
||||
if err := CopyDir(t2, t1); err != nil {
|
||||
return errors.Wrap(err, "failed to copy base directory")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue