diff --git a/_episodes/16-transferring-files.md b/_episodes/16-transferring-files.md index b827d720..ccc3c0b0 100644 --- a/_episodes/16-transferring-files.md +++ b/_episodes/16-transferring-files.md @@ -60,7 +60,7 @@ your local machine, using the URL of the current codebase: > > ``` > > > > The `-L` option to `curl` tells it to follow URL redirects (which `wget` does by default). -> > +> > > > {: .language-bash} > {: .solution} {: .challenge}