Skip to content

fix(quickget): exit on curl failure in web_get#1830

Merged
flexiondotorg merged 1 commit intomasterfrom
dl
Jan 25, 2026
Merged

fix(quickget): exit on curl failure in web_get#1830
flexiondotorg merged 1 commit intomasterfrom
dl

Conversation

@flexiondotorg
Copy link
Member

Add exit 1 after curl failure handling in web_get

  • Exit immediately when a download via curl fails
  • Prevent continuing to build invalid VM configs after failed download

Fixes #1625

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have performed a self-review of my code

Add exit 1 after curl failure handling in web_get

- Exit immediately when a download via curl fails
- Prevent continuing to build invalid VM configs after failed download

Fixes #1625
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@flexiondotorg flexiondotorg merged commit a56a433 into master Jan 25, 2026
94 of 96 checks passed
@flexiondotorg flexiondotorg deleted the dl branch January 25, 2026 13:41
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.

bug: failing to download iso should error and not continue

1 participant