Skip to content

Commit fccfc82

Browse files
committed
2-contributing.asc: sed command fix/type
1 parent d45fab1 commit fccfc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/06-github/sections/2-contributing.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $ cd blink
7171
$ git checkout -b slow-blink <2>
7272
Switched to a new branch 'slow-blink'
7373
74-
$ sed -i '' 's/1000/3000/' blink.ino <3>
74+
$ sed -i 's/1000/3000/' blink.ino <3>
7575
7676
$ git diff --word-diff <4>
7777
diff --git a/blink.ino b/blink.ino

0 commit comments

Comments
 (0)