Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Fix typo in venv generic names variables #167

Merged
merged 1 commit into from
Mar 2, 2019

Conversation

k-lyda
Copy link
Contributor

@k-lyda k-lyda commented Mar 2, 2019

Description

I think this there is a leftover from migrating venv section from Spaceship prompt - name of the variable containing venv generic names is SPACESHIP_VENV_GENERIC_NAMES instead of SPACEFISH_VENV_GENERIC_NAMES

Motivation and Context

In the documentation name for this var is SPACEFISH_VENV_GENERIC_NAMES. If you add a line to config.fish according to the documentation, the generic names array is not updated, cause spaceship does not take var SPACEFISH_VENV_GENERIC_NAMES into account, it only looks for SPACESHIP_VENV_GENERIC_NAMES

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Screenshots (if appropriate):

How Has This Been Tested?

  • I have tested using MacOS
  • I have tested using Linux

Checklist:

  • I have checked that no other PR duplicates mine
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have updated the tests accordingly.

Copy link
Owner

@matchai matchai left a comment

Choose a reason for hiding this comment

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

Good catch @k-lyda. 😄
Thanks for fixing that up!

@matchai matchai merged commit 8a3585c into matchai:master Mar 2, 2019
@matchai
Copy link
Owner

matchai commented Mar 2, 2019

@all-contributors please add @k-lyda for bug

@allcontributors
Copy link
Contributor

@matchai

I've put up a pull request to add @k-lyda! 🎉

matchai pushed a commit that referenced this pull request Mar 2, 2019
## [2.3.1](v2.3.0...v2.3.1) (2019-03-02)

### Bug Fixes

* correct typo in venv configuration variables ([#167](#167)) ([8a3585c](8a3585c))
@matchai
Copy link
Owner

matchai commented Mar 2, 2019

🎉 This PR is included in version 2.3.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

matchai added a commit that referenced this pull request Mar 2, 2019
Adds @k-lyda as a contributor for bug.

This was requested by matchai [in this comment](#167 (comment))

Co-authored-by: null <allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Matan Kushner <hello@matchai.me>
adamsimp pushed a commit to adamsimp/spacefish that referenced this pull request May 6, 2019
adamsimp pushed a commit to adamsimp/spacefish that referenced this pull request May 6, 2019
## [2.3.1](matchai/spacefish@v2.3.0...v2.3.1) (2019-03-02)

### Bug Fixes

* correct typo in venv configuration variables ([matchai#167](matchai#167)) ([8a3585c](matchai@8a3585c))
adamsimp pushed a commit to adamsimp/spacefish that referenced this pull request May 6, 2019
Adds @k-lyda as a contributor for bug.

This was requested by matchai [in this comment](matchai#167 (comment))

Co-authored-by: null <allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Matan Kushner <hello@matchai.me>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants