Skip to content

Commit b5ff354

Browse files
committed
Split app. command arguments into separate lines
This allows cleaner diffs for future modifications using the YAML's "folded" block scalar style. Refer-to: Folded Style - Block Scalar Styles - Block Styles <http://yaml.org/spec/1.2/spec.html#id2796251> Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
1 parent 5ea8bf6 commit b5ff354

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

snap/snapcraft.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ confinement: strict
1111

1212
apps:
1313
tesseract:
14-
command: env TESSDATA_PREFIX=$SNAP_USER_COMMON tesseract
14+
command: >
15+
env
16+
TESSDATA_PREFIX=$SNAP_USER_COMMON
17+
tesseract
1518
plugs: [home]
1619

1720
parts:

0 commit comments

Comments
 (0)