Skip to content

Commit 6ea0058

Browse files
authored
Update GenerateServerVersion.php
1 parent 7d4ceaa commit 6ea0058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/GenerateServerVersion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private function copyDto(): void
124124
} else {
125125
shell_exec("cp -rf $this->tempDir/lib/Dto " . $this->getAppPathToDto());
126126
shell_exec("cp -f $this->tempDir/lib/Configuration.php " . $this->getAppPathToDto());
127-
shell_exec("cp -n $this->tempDir/lib/ObjectSerializer.php " . $this->getAppPathToDto());
127+
shell_exec("cp -f $this->tempDir/lib/ObjectSerializer.php " . $this->getAppPathToDto());
128128
}
129129
}
130130

0 commit comments

Comments
 (0)