summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-11-05 00:03:29 +0100
committerNikolaus Gotsche <n@softwarefools.com>2018-11-05 00:03:29 +0100
commit2c8198db725c4ff892129ea36a5dfa7aaf644577 (patch)
tree9ff5ac5fba3977529adab73230962ec91ddc6bbf
parent2c619eab5abfb9af66bf0dad6463f3f9ddea9970 (diff)
renew Abiosoft's iShell0.3.5
-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