Skip to content

Commit

Permalink
Merge pull request #56 from JeroenVanOort/master
Browse files Browse the repository at this point in the history
fixed syntax error
  • Loading branch information
freekmurze committed Dec 14, 2015
2 parents 313cdea + eb507f3 commit 410526b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/BackupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ protected function getBackupDestinationFileName()
$destination = $backupDirectory;

if ($destination !='') {
$destination .= '/'
$destination .= '/';
}

$destination .= $backupFilename;
Expand Down

0 comments on commit 410526b

Please sign in to comment.