Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Incorrect pattern. Regex, not glob. Fixes swcarpentry#245
Browse files Browse the repository at this point in the history
  • Loading branch information
jangari committed Nov 26, 2016
1 parent 2ce0da9 commit d52cc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/04-cond.md
Expand Up @@ -564,7 +564,7 @@ Now we can save all of the results with just one line of code:


~~~
analyze_all("inflammation*.csv")
analyze_all("inflammation.*csv")
~~~
{: .r}

Expand Down

0 comments on commit d52cc82

Please sign in to comment.