Commit 36c8a512 authored by nimrod's avatar nimrod
Browse files

fixup! Add Bash completion for semver-bump.

parent 794fd09b
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -225,6 +225,7 @@ RUN apt-get update && \
        tox \
    && \
    export GOPATH=/usr/local/lib/go && \
    export PATH="$GOPATH/bin:$PATH" && \
    mkdir "$GOPATH" && \
    go get github.com/keybase/client/go/keybase && \
    go install -tags production github.com/keybase/client/go/keybase && \