From 2ce3685e3251e2fec3ab95fad4a572242e50bfb5 Mon Sep 17 00:00:00 2001 From: Ryan Brainard Date: Fri, 11 Jul 2014 09:11:25 -0700 Subject: [PATCH] Fix typo in script dir name Signed-off-by: Ryan Brainard --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b660f6a012..5cc0dda05f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ that should get you started. 1. Clone your forked repository locally `git clone git@github.com:kvz/fig.git`. 1. Enter the local directory `cd fig`. 1. Set up a development environment `python setup.py develop`. That will install the dependencies and set up a symlink from your `fig` executable to the checkout of the repo. So from any of your fig projects, `fig` now refers to your development project. Time to start hacking : ) -1. Works for you? Run the test suite via `./scripts/test` to verify it won't break other usecases. +1. Works for you? Run the test suite via `./script/test` to verify it won't break other usecases. 1. All good? Commit and push to GitHub, and submit a pull request. ## Running the test suite