commit 9436318dc4f61d745ef5178375e0d3c969fb1207 parent e97bb3177bbafa98781043ad739813c99de4bf4c Author: Mark Feller <mark@mfeller.io> Date: Mon, 15 Aug 2022 15:04:36 -0600 pull rice repo Diffstat:
M | install | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install b/install @@ -53,7 +53,7 @@ openbsd() { if [ -d "$rice_dir" ]; then cd "$rice_dir" - # git pull --ff-only + git pull --ff-only else mkdir -p ~/.config git clone https://github.com/mjfeller/rice "$rice_dir"