From 8853a6069c10224f1a1a9e008ded77742caa18f4 Mon Sep 17 00:00:00 2001 From: Andrzej Cichocki Date: Wed, 5 Apr 2017 15:19:37 +0100 Subject: [PATCH] Command fails as .idea/runConfiguration doesn't exist in version control, should be .idea/runConfigurations . --- docs/source/getting-set-up.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/getting-set-up.rst b/docs/source/getting-set-up.rst index 61648f138a..7c9f5e157e 100644 --- a/docs/source/getting-set-up.rst +++ b/docs/source/getting-set-up.rst @@ -93,7 +93,7 @@ When opening a Corda project for the first time from the IDEA splash screen, ple and then import the Gradle project by clicking "Import Gradle project" in the popup bubble on the lower right-hand side of the screen. If you instead pick "Import Project" on the splash screen, a bug in IDEA will cause Corda's pre-packaged run configurations to be erased. -If you see this warning too late, that's not a problem - just use ``git checkout .idea/runConfiguration`` or the version control tab in +If you see this warning too late, that's not a problem - just use ``git checkout .idea/runConfigurations`` or the version control tab in IDEA to undelete the files. IDEA's build of the project may need to be resynced from time to time. This can be done from within IDEA by going to "View" -> "Tool Windows" -> "Gradle" @@ -108,4 +108,4 @@ Once you have these demos running, you may be interested in writing your own Cor :doc:`tutorial-cordapp`. If you encounter any issues, please see the :doc:`getting-set-up-fault-finding` page, or get in touch with us on the -`forums `_ or via `slack `_. \ No newline at end of file +`forums `_ or via `slack `_.