git ssb

0+

Grey the earthling / scuttleblog



Commit b1a42fd880fa10cfeabdcfb38d8fd14fc1abf04f

Remove a stray space

Greg K Nicholson committed on 10/14/2017, 3:58:37 PM
Parent: 965ee50e2d02edd508264cdd786fc44cb46d5039

Files changed

getdata.shchanged
getdata.shView
@@ -2,7 +2,7 @@
22
33 source ./conf
44
55 mkdir -p "$cachedir"
6-sbot createUserStream --id "$userid" | json -g -c 'this.value.content.type == "post"' -c 'this.value.content.root == null' > "$cachedir/ data"
6 +sbot createUserStream --id "$userid" | json -g -c 'this.value.content.type == "post"' -c 'this.value.content.root == null' > "$cachedir/data"
77
88

Built with git-ssb-web