[Seqan-dev] minor mistake in seqan tutorial


The "Getting Started" tutorial contains a minor mistake.

Page:
http://trac.seqan.de/wiki/Tutorial/GettingStarted#CreatingYourFirstApplication

Code:

>Within this sandbox, we can now create a new application using the code generator.
># cd ../..
># ./util/bin/skel.py app my_app sandbox/my_sandbox

The first command  (cd ../..) is redundant since the working dir has already been changed earlier and application can not be created without an existing repository.

Best regards,
   Konstantin