Skip to content

Commit f68be4f

Browse files
authored
Fix indentation
1 parent 6eca5ab commit f68be4f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

deploy.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,11 @@
146146
}
147147

148148
if ( false !== strpos( $plesk_version, 'Plesk' ) ) {
149-
$branch = get('branch');
150-
$hosts_parsed=yaml_parse_file("/hosts.yml");
151-
$permission=($hosts_parsed[$branch]['permission']);
152-
$output = run("chown -R $permission {{deploy_path}}");
149+
$branch = get('branch');
150+
$hosts_parsed = yaml_parse_file("/hosts.yml");
151+
$permission = ($hosts_parsed[$branch]['permission']);
152+
153+
$output = run("chown -R $permission {{deploy_path}}");
153154
writeln('<info>' . $output . '</info>');
154155
$output = run("chmod o-rwx {{deploy_path}}/current");
155156
writeln('<info>' . $output . '</info>');

0 commit comments

Comments
 (0)