Skip to content

Commit

Permalink
BlobAgent returning new name (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsawhney authored and ashishagg committed Jul 30, 2019
1 parent 225e355 commit 9a01f91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public BlobAgent(){

@Override
public String getName() {
return "blobs";
return "ossblobs";
}

@Override
Expand Down

0 comments on commit 9a01f91

Please sign in to comment.