Skip to content

Commit

Permalink
Removed extra space that got added by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
Chipcius committed Oct 3, 2017
1 parent 32a6f48 commit 9f91988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def self.compress(command)
end

{
:command => "#{ operation } #{ where } #{ what_file } ",
:command => "#{ operation } #{ where } #{ what_file }",
:explanation => "Compress the contents of #{ what_file } directory, outputting the compressed file to #{ where ? where : 'this directory'}"
}
end
Expand Down

0 comments on commit 9f91988

Please sign in to comment.