Skip to content

Commit 28dcb26

Browse files
Fix time execution formula
1 parent b83098e commit 28dcb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ function cmd($command, $print = true) {
384384
));
385385
?>
386386

387-
Done in <?php echo $time += microtime(true); ?>sec
387+
Done in <?php echo $time + microtime(true); ?>sec
388388
</pre>
389389
</body>
390390
</html>

0 commit comments

Comments
 (0)