Skip to content

Commit

Permalink
Merge pull request #2029 from ipfs/quickstart-gc
Browse files Browse the repository at this point in the history
assets: fix gc example
  • Loading branch information
jbenet committed Dec 3, 2015
2 parents 4fd2844 + dcc9a63 commit 83246d3
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 83246d3

Please sign in to comment.