diff options
| author | Teddy Wing | 2018-04-18 22:26:10 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-04-18 22:26:10 +0200 |
| commit | 37c0c2da3717c6d6cc17d7ce53a3d18be97ebb0e (patch) | |
| tree | 8478c6b161935d12c143bc4806b8a87cb2edff04 | |
| parent | e117b7ca438ccb74ef303095670ef8007cb8c485 (diff) | |
| download | redprine-37c0c2da3717c6d6cc17d7ce53a3d18be97ebb0e.tar.bz2 | |
cache_my_pull_requests(): Quote variable
| -rwxr-xr-x | redprine | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ function cache_my_pull_requests () { )' ) - echo $my_pull_requests > "$CACHE_FILE" + echo "$my_pull_requests" > "$CACHE_FILE" } function new_pull_requests () { |
