Commit f9089be9 authored by chiaming2000's avatar chiaming2000
Browse files

Use kinetic-protocol (lower cases) instead of Kinetic-Protocol

repository to sync kinetic.proto file.
parent a08c8d50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@ fi

if [ $# -eq 0 ]; then
    echo "Clone protocol file from github:"
    git clone https://github.com/Seagate/Kinetic-Protocol.git $CLONE_DIR
    git clone https://github.com/Seagate/kinetic-protocol.git $CLONE_DIR
fi

if [ $# -eq 1 ]; then
    echo "Clone protocol file $1 from github:"
    git clone https://github.com/Seagate/Kinetic-Protocol.git $CLONE_DIR
    git clone https://github.com/Seagate/kinetic-protocol.git $CLONE_DIR
    cd $CLONE_DIR
    git checkout $1
    echo "$1"