Explorar el Código

代码格式微调

niujiuru hace 1 día
padre
commit
bc6c16d598
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      upgrade.service/upgrade.go

+ 1 - 0
upgrade.service/upgrade.go

@@ -177,6 +177,7 @@ func (p *program) upgradeService(service serviceUpgradeConfig) (string, string,
 	targetVersion := nextVersionDir(currentDir)
 	targetDir := filepath.Join(service.InstallPath, targetVersion)
 	targetName := filepath.Join(targetVersion, service.Name)
+
 	pkg := filepath.Join(os.TempDir(), service.Name+".tar.gz")
 	defer os.Remove(pkg)