inaccurate error for a misformatted app name

Bug #1996525 reported by Ondrej Kubik
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Snapcraft
New
Undecided
Unassigned

Bug Description

inaccurate error for a misformatted app name

snapcraft version: 7.2.7

Following snapcraft.yaml has a wrong name of the last app. Reported error somehow insist on wrong name of the first app.

name: test
version: '0.1'
summary: test
description: |
  Test

base: core20
grade: stable
confinement: devmode

apps:
  aaa-aaa:
    command: usr/bin/aaa
  bbb-bbb:
    command: usr/bin/bbb
  ccc_ccc:
    command: usr/bin/ccc
    daemon: simple
parts:
  prebuilt:
    plugin: dump
    source: .
    organize:
      '*' : usr/

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.