Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #49 from takkii/develop
Browse files Browse the repository at this point in the history
Update.
  • Loading branch information
takkii authored Mar 11, 2024
2 parents b237e97 + d6a9dd0 commit 4a21346
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ def self.run
if File.exist?('./dict/php_dict.txt')
puts 'Already, Have a php_dict.txt'
else
stdout_php = Open3.capture3("php ./dict/php_dict.php")
stdout_php
Open3.capture3("php ./dict/php_dict.php")
FileUtils.mv(['./php_dict.txt'], "./dict")
puts 'Created, php_dict.txt in load path.'
end
Expand Down

0 comments on commit 4a21346

Please sign in to comment.