diff options
| author | Jeff Carr <[email protected]> | 2024-11-20 15:57:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-20 15:57:34 -0600 |
| commit | 704d06ba87ac8bc4af4abc1ed88efed82df7127d (patch) | |
| tree | 57c9fed02e508c51b50cb046e9fae3662f0e02a0 /forgeConfig/Makefile | |
| parent | f1c2695662ea01e05271505e7d5c49f8590b7ff7 (diff) | |
UpdateGoPath() (probably without memory corruption)
Diffstat (limited to 'forgeConfig/Makefile')
| -rw-r--r-- | forgeConfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forgeConfig/Makefile b/forgeConfig/Makefile index afabd5b..942ee78 100644 --- a/forgeConfig/Makefile +++ b/forgeConfig/Makefile @@ -14,7 +14,7 @@ add: ./forgeConfig --add --name 'foo' --gopath 'go.wit.com/apps/foo' update: - ./forgeConfig --update --name 'foo' --gopath 'go.wit.com/apps/foonew' + ./forgeConfig --update --name 'foo' --gopath 'more stuff but not memory corruption?' corruptMemory: ./forgeConfig --update --name 'foo' --gopath 'blah' |
