From aaef63e086f12d06cf5dae27007c81abf40ca3a2 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期四, 11 六月 2020 19:45:14 +0800
Subject: [PATCH] fix models path
---
service/SdkInstall.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/service/SdkInstall.go b/service/SdkInstall.go
index 0543795..a223dbd 100644
--- a/service/SdkInstall.go
+++ b/service/SdkInstall.go
@@ -232,7 +232,7 @@
}
}
if util.DirExists(unPackPath+sdkType+"/models") {
- if _,cE := util.CopyDirByCmd(unPackPath+sdkType+"/models", "./zconf"); cE != nil {
+ if _,cE := util.CopyDirByCmd(unPackPath+sdkType+"/models", "./"); cE != nil {
return false, cE
}
}
--
Gitblit v1.8.0