Skip to content

Commit

Permalink
assets: fix gc example
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
  • Loading branch information
Lars Gierth committed Dec 3, 2015
1 parent 4fd2844 commit dcc9a63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assets/init-doc/quick-start
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ Objects:
Pin + GC:

ipfs pin -r <the-hash-here>
ipfs gc
ipfs repo gc
ipfs ls <the-hash-here>
ipfs unpin -r <the-hash-here>
ipfs gc
ipfs repo gc


Daemon:
Expand Down
2 changes: 1 addition & 1 deletion test/sharness/lib/test-lib-hashes.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# this file defines several useful hashes used across the test codebase.
# thus they can be defined + changed in one place

HASH_WELCOME_DOCS="QmVtU7ths96fMgZ8YSZAbKghyieq7AjxNdcqyVzxTt3qVe"
HASH_WELCOME_DOCS="QmXarR6rgkQ2fDSHjSY5nM2kuCXKYGViky5nohtwgF65Ec"
HASH_GATEWAY_ASSETS="QmXB7PLRWH6bCiwrGh2MrBBjNkLv3mY3JdYXCikYZSwLED"
HASH_HELP_PAGE="QmY5heUM5qgRubMDD1og9fhCPA6QdkMp3QCwd4s7gJsyE7"
HASH_EMPTY_DIR="QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn"

0 comments on commit dcc9a63

Please sign in to comment.