Skip to content

Commit

Permalink
Fix major typo in create command
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Nov 12, 2018
1 parent 6f33b3b commit f2855d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/BenchmarkCreateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
throw new \RuntimeException(\sprintf('Directory "%s" could not be created', $directory));
}

\ile_put_contents($realFilename, $fileContent, LOCK_EX);
\file_put_contents($realFilename, $fileContent, LOCK_EX);

$io->success("Created benchmark at $realFilename");
}
Expand Down

0 comments on commit f2855d0

Please sign in to comment.