We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab5e47 commit 5345ef8Copy full SHA for 5345ef8
1 file changed
Apps/node_runner/main.go
@@ -143,7 +143,7 @@ func getZeuZPostfix() string {
143
144
// setupZeuzNode downloads and extracts the ZeuZ Node repository if not already present
145
func setupZeuzNode() error {
146
- zeuzDir := fmt.Sprintf("Zeuz_Python_Node-%s", getZeuZPostfix())
+ zeuzDir := fmt.Sprintf("Zeuz_Node-%s", getZeuZPostfix())
147
// Check if ZeuZ Node directory already exists and contains files
148
if info, err := os.Stat(zeuzDir); err == nil && info.IsDir() {
149
// Check if directory is not empty
0 commit comments