Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix Makefile help target syntax error #1715

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

miguelsorianod
Copy link
Contributor

Description

An extra quote was included causing unmatching quotes error

Verification Steps

  • Running make help ends up without errors

Checklist (Definition of Done)

  • All acceptance criteria specified in JIRA have been completed
  • Unit and integration tests added that prove the fix is effective or the feature works (tested against emulated and non-emulated OCM environment)
  • Documentation added for the feature
  • CI and all relevant tests are passing
  • Code Review completed
  • Verified independently by reviewer
  • All PR comments are resolved either by addressing them or creating follow up tasks
  • Required metrics/dashboards/alerts have been added (or PR created).
  • Required Standard Operating Procedure (SOP) is added.
  • JIRA has been created for changes required on the client side

An extra quote was included causing unmatching quotes error
@miguelsorianod miguelsorianod requested a review from a team as a code owner April 18, 2023 09:38
@codecov
Copy link

codecov bot commented Apr 18, 2023

Codecov Report

Merging #1715 (56b6c7c) into main (ce2958d) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1715   +/-   ##
=======================================
  Coverage   82.26%   82.26%           
=======================================
  Files         161      161           
  Lines       14989    14989           
=======================================
  Hits        12330    12330           
  Misses       2223     2223           
  Partials      436      436           
Flag Coverage Δ
unittests 82.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants