Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a082451

Browse files
committed
Added missing directory name to clone of master branch from main repo.
1 parent 3fddfbd commit a082451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ git remote add upstream https://github.com/utPLSQL/utPLSQL.git
6767
git fetch --all
6868

6969
# clone utPLSQL master branch from upstream into utPLSQL sub-directory of your project
70-
git clone --depth=1 --branch=master https://github.com/utPLSQL/utPLSQL.git
70+
git clone --depth=1 --branch=master https://github.com/utPLSQL/utPLSQL.git utPLSQL_latest_release
7171

7272
# download beta version of utPLSQL-cli
7373
curl -Lk -o utPLSQL-cli.zip https://bintray.com/viniciusam/utPLSQL-cli/download_file?file_path=utPLSQL-cli-develop-test3.zip

0 commit comments

Comments
 (0)