diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2015-05-11 20:05:48 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-05-11 20:05:48 +0200 |
| commit | 60c5e99d211d0abc62c7cce7a52adb55c24e3a5d (patch) | |
| tree | d4a9ee17df15563eddc98eec24b0b431719e66cc | |
| parent | c04a080adacb178f865cbad5133e6e4d4ae63ee1 (diff) | |
| download | cli-60c5e99d211d0abc62c7cce7a52adb55c24e3a5d.tar.gz cli-60c5e99d211d0abc62c7cce7a52adb55c24e3a5d.tar.xz cli-60c5e99d211d0abc62c7cce7a52adb55c24e3a5d.zip | |
Change project_name to project
| -rw-r--r-- | build/bootstrap.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 6bba96a..262791b 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,2 +1,2 @@ -project_name = cli +project = cli using config |
