Skip to content

Commit

Permalink
edit message to exported
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardovilarinho committed Dec 6, 2017
1 parent c71efa2 commit 7018129
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "framework",
"license": "GPL-3.0",
"minimum-stability": "stable",
"version": "1.0.12",
"version": "1.0.13",
"authors": [
{
"name": "Leonardo Vilarinho",
Expand Down
2 changes: 1 addition & 1 deletion insphptor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Insphptor Project
export: json
git: not
git: auto
level: normal
rank: 6
hide:
Expand Down
2 changes: 1 addition & 1 deletion source/Program/Commands/ExportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$export = new JsonExport(ClassesRepository::instance(), $devs, $output);
$export->export($path.'/data/', $flag == null ? '' : $flag);

BoxObject::display(sprintf('The result was exported to %s/data', $path), $output);
BoxObject::display('The result was exported!', $output);

if ($input->getOption('open')) {
$this->call('start', $output);
Expand Down
2 changes: 1 addition & 1 deletion source/globals.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
) _ _ <fg=blue> _ ( _ _ </> _)_ _ _
_(_ ) ) ( <fg=blue> )_) ) ) )_)</> (_ (_) )
_) <fg=blue>( ( </>
v1.0.12
v1.0.13
By <fg=blue>Leonardo Vilarinho</>'.PHP_EOL);
}

Expand Down

0 comments on commit 7018129

Please sign in to comment.