diff --git a/0x06-regular_expressions/0-simply_match_school.rb b/0x06-regular_expressions/0-simply_match_school.rb index 9c024fe..a4b1aee 100755 --- a/0x06-regular_expressions/0-simply_match_school.rb +++ b/0x06-regular_expressions/0-simply_match_school.rb @@ -1,2 +1,2 @@ #!/usr/bin/env ruby -puts ARGV[0].scan(/Holberton/).join +puts ARGV[0].scan(/School/).join