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 'cd falsepages' command issue #96

Merged
merged 1 commit into from Dec 10, 2022

Conversation

eoneill
Copy link
Contributor

@eoneill eoneill commented Sep 22, 2022

#91 introduced a bug if nextAppSettings.srcDirectory === false (default)

This results in the command being evaluated as cd falsepages (instead of the expected cd pages).

The fix is simple, use a ternary instead of conditional chaining.

This bug appears to affect vantage-next at v1.0.4 and v1.0.5.

@arishoham arishoham merged commit 05a67d9 into oslabs-beta:dev Dec 10, 2022
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