Commit b1a42fd880fa10cfeabdcfb38d8fd14fc1abf04f
Remove a stray space
Greg K Nicholson committed on 10/14/2017, 3:58:37 PMParent: 965ee50e2d02edd508264cdd786fc44cb46d5039
Files changed
getdata.sh | changed |
getdata.sh | ||
---|---|---|
@@ -2,7 +2,7 @@ | ||
2 | 2 … | |
3 | 3 … | source ./conf |
4 | 4 … | |
5 | 5 … | 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" | |
7 | 7 … | |
8 | 8 … |
Built with git-ssb-web