Skip to content

Commit 3c83735

Browse files
authored
Merge pull request #96 from splitDiff/patch-1
Replace foo with {{pattern}}
2 parents f6fa9ba + 4ccc777 commit 3c83735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/file_manipulation/find_all_files_in_a_directory_that_dont_contain_a_string.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "Find all files in a directory that don't contain a string"
3-
command: "grep -L \"foo\" {{pattern}}"
3+
command: "grep -L \"{{pattern}}\" "
44
tags:
55
- search
66
- grep

0 commit comments

Comments
 (0)