Skip to content

Commit

Permalink
Merge pull request #2961 from billsacks/create_clone_doc
Browse files Browse the repository at this point in the history
cd to correct directory after running create_clone
  • Loading branch information
jedwards4b authored Dec 29, 2018
2 parents 8f97ec9 + daf9b43 commit 5a1afac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/users_guide/cloning-a-case.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Here is a simple example:

> cd $CIMEROOT/scripts
> create_clone --case $CASEROOT --clone $CLONEROOT
> cd $CLONEROOT
> cd $CASEROOT
> case.build
> case.submit

Expand All @@ -36,7 +36,7 @@ the executable of the original case you are cloning from.
::

> create_clone --case $CASEROOT --clone $CLONEROOT --keepexe
> cd $CLONEROOT
> cd $CASEROOT
> case.submit

If the ``--keepexe`` optional argument is used, then no SourceMods
Expand Down

0 comments on commit 5a1afac

Please sign in to comment.