mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
code style fix
add command tests
This commit is contained in:
@ -17,6 +17,6 @@ public function file(): string
|
||||
|
||||
public function content(): string
|
||||
{
|
||||
return 'sudo rm -rf '.$this->path.'*'."\n";
|
||||
return 'sudo rm -rf '.$this->path.'*';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user