Skip to content

BUG FIX: Update buf.ts to allow paths with spaces on them#386

Merged
doriable merged 1 commit intobufbuild:mainfrom
danielalexis:patch-1
Feb 24, 2025
Merged

BUG FIX: Update buf.ts to allow paths with spaces on them#386
doriable merged 1 commit intobufbuild:mainfrom
danielalexis:patch-1

Conversation

@danielalexis
Copy link
Contributor

Previously the Buf Lint extension would give the output saying the command received 2 arguments when it expected 1.
This happened because of path with space (this is somewhat common with Windows).

Before:
buf lint C:\Users\Daniel Pereira\.... --opts

After:
buf lint "C:\Users\Daniel Pereira\...." --opts

Just a small oversight :)

@CLAassistant
Copy link

CLAassistant commented Feb 23, 2025

CLA assistant check
All committers have signed the CLA.

@doriable doriable merged commit ee844f7 into bufbuild:main Feb 24, 2025
3 checks passed
@danielalexis danielalexis deleted the patch-1 branch February 24, 2025 21:54
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.

3 participants