Skip to content

Commit a0c4491

Browse files
committed
no reason to strip .git suffix when cloning [skip ci]
1 parent 923ed95 commit a0c4491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Clone the UI project using git:
131131

132132
[subs=attributes+]
133133
$ git clone {url-project} &&
134-
cd "$(basename "$_" .git)"
134+
cd "`basename $_`"
135135

136136
The example above clones the Couchbase docs UI project and then switches to the project folder on your filesystem.
137137
Stay in this project folder when executing all subsequent commands.

0 commit comments

Comments
 (0)