Skip to content

Commit 4149bf5

Browse files
authored
Merge pull request asdf-vm#546 from spencerdcarlson/master
add quite flag to git clone
2 parents 7b0035b + 8865f7a commit 4149bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/plugin-add.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ plugin_add_command() {
2828
display_error "Plugin named $plugin_name already added"
2929
exit 2
3030
else
31-
if ! git clone "$source_url" "$plugin_path"; then
31+
if ! git clone -q "$source_url" "$plugin_path"; then
3232
exit 1
3333
fi
3434
fi

0 commit comments

Comments
 (0)