backwards incompatible: Move exif-read-tool to command/

Per standard practice.
dustin/master
Dustin Oprea 2020-07-11 11:51:15 -04:00
parent 7ca1c7b13e
commit dcd29a9733
2 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ func TestMainJson(t *testing.T) {
func getAppFilepath() string {
moduleRootPath := exifcommon.GetModuleRootPath()
appFilepath := path.Join(moduleRootPath, "exif-read-tool", "main.go")
appFilepath := path.Join(moduleRootPath, "command", "exif-read-tool", "main.go")
return appFilepath
}