Skip to content

Commit cdd7520

Browse files
committed
fix(snap): Fix review warnings where non-unique elements appear in the assumes top-level property
This fixes the following review failure: ```text Error found while validating snap.json::$.assumes: ['command-chain', 'command-chain', 'snapd2.43'] has non-unique elements lint-snap-v2_snap_schema ``` Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
1 parent 1ea6e7e commit cdd7520

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ adopt-info: main
6060

6161
# Snapd feature set and version the snap requires in order to work
6262
# https://forum.snapcraft.io/t/snapcraft-top-level-metadata/8334#heading--assumes
63-
assumes:
64-
- command-chain
63+
assumes: []
6564

6665
# Base runtime
6766
# The common runtime for the snap to run on, or `bare` for static linked applications

0 commit comments

Comments
 (0)