Skip to content

Commit 145f990

Browse files
committed
feat(tendermint): add fallback 3rd party completion loader
1 parent 4b35250 commit 145f990

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
/star
275275
/stream
276276
/sudoedit
277+
/_tendermint
277278
/_terraform
278279
/tightvncviewer
279280
/tracepath6

completions/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,7 @@ CLEANFILES = \
827827
star \
828828
stream \
829829
sudoedit \
830+
_tendermint \
830831
_terraform \
831832
tightvncviewer \
832833
tracepath6 \
@@ -924,7 +925,7 @@ symlinks: $(DATA)
924925
$(ss) freeciv-server \
925926
civserver
926927
$(ss) _gaiacli \
927-
_gaiad
928+
_gaiad _tendermint
928929
$(ss) gcc \
929930
c++ cc f77 f95 g++ g++-5 g++-6 g++-7 g++-8 g77 g95 gcc-5 \
930931
gcc-6 gcc-7 gcc-8 gccgo gccgo-5 gccgo-6 gccgo-7 gccgo-8 gcj \

0 commit comments

Comments
 (0)