summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 8ec4e55..5532ae8 100755
--- a/makefile
+++ b/makefile
@@ -21,7 +21,7 @@ clean:
fetch_stuff:
@go get github.com/fatih/color
@go get github.com/mattn/go-sqlite3
- @go get github.com/abiosoft/ishell
+ @go get -u github.com/abiosoft/ishell
@go get github.com/BurntSushi/toml
@go get github.com/atrox/homedir
@go get github.com/pborman/getopt/v2