Skip to content

Commit

Permalink
fix: Change go install command from go get to go install
Browse files Browse the repository at this point in the history
Fixed #26
  • Loading branch information
onigiri10co committed Mar 21, 2022
1 parent 1d38c12 commit f0c0458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/memo/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readonly CURRENT_PATH=$(cd $(dirname $0); pwd)


type memo > /dev/null 2>&1 || {
go get github.com/mattn/memo
go install github.com/mattn/memo@latest
}

(
Expand Down

0 comments on commit f0c0458

Please sign in to comment.