diff options
author | Nick White <git@njw.name> | 2019-12-13 17:23:27 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-12-13 17:23:27 +0000 |
commit | 7e0fdc977af9dc7a13231e5e56c9642576d2dace (patch) | |
tree | 09a45dfbdbee03d1ded669b46d88013d1f3bc6d9 /roles | |
parent | b8ad2e78705a7db9e4ae433afcc60f1325549506 (diff) |
Fix typos in updatepipeline
Diffstat (limited to 'roles')
-rw-r--r-- | roles/pipeliner/templates/updatepipeline.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/pipeliner/templates/updatepipeline.j2 b/roles/pipeliner/templates/updatepipeline.j2 index e7b6ed4..d73c2da 100644 --- a/roles/pipeliner/templates/updatepipeline.j2 +++ b/roles/pipeliner/templates/updatepipeline.j2 @@ -6,4 +6,4 @@ GOPATH="$g" go get -u rescribe.xyz/bookpipeline/... && \ sudo cp "$g/bin/bookpipeline" /usr/local/bin/ || exit 1 cd "$t" && git pull && \ -cp "$t"/* /usr/local/share/tesseract-ocr/trainings/ +sudo cp "$t"/* /usr/local/share/tesseract-ocr/tessdata/ |