Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed Apr 18, 2021
1 parent cc18ffa commit 19c7d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function render_str(string $template, array $params, string $left_tag='${', stri
}
}

if (!function_exists('fs_write')) {
if (!function_exists('exec_command')) {
function exec_command($cmd, ?string $cwd = null)
{
if (null !== $cwd) {
Expand Down

0 comments on commit 19c7d42

Please sign in to comment.