Skip to content

Commit

Permalink
Merge pull request #57 from JimCircadian/56_quotes_fix
Browse files Browse the repository at this point in the history
Fixes #56: smart quotes cause errors in bash
  • Loading branch information
sstevens2 authored Jun 25, 2024
2 parents de365c5 + b599892 commit 1f4d1d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _episodes/07-branches.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ on it for many hours.
~~~
$ touch analysis.sh
$ git add analysis.sh
$ git commit –m “Wrote and tested bash analysis script
$ git commit -m "Wrote and tested bash analysis script"
~~~
{: .bash}

Expand Down Expand Up @@ -352,4 +352,4 @@ git branch -D bashdev
~~~
Deleted branch bashdev (was 2n779ds).
~~~
{: .output}
{: .output}

0 comments on commit 1f4d1d9

Please sign in to comment.