diff options
Diffstat (limited to 'intro2-tldr')
-rwxr-xr-x | intro2-tldr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intro2-tldr b/intro2-tldr index 31d5f49..ee1f487 100755 --- a/intro2-tldr +++ b/intro2-tldr @@ -32,7 +32,7 @@ rm -rf hello.git hello hello-gcc # Prepare hello.git repository. # -bdep new -t exe -l c++ --no-init -d hello.git hello +bdep new -t exe -l c++ --no-init -o hello.git hello cd hello.git sed -i -re 's/version: .+/version: 0.1.0/' manifest git add . |