Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix asdf messages #138

Merged
merged 1 commit into from
Jul 14, 2022
Merged

Fix asdf messages #138

merged 1 commit into from
Jul 14, 2022

Conversation

EigoOda
Copy link
Contributor

@EigoOda EigoOda commented Jul 14, 2022

Changes

  • Remove double quote from end of sentence.
  • Add double quote to ASDF_CONFIG_FILE message

Before

export ASDF_DATA_DIR="${XDG_DATA_HOME}"/asdf"

export ASDF_CONFIG_FILE="${XDG_CONFIG_HOME}/asdf/asdfrc"

After

export ASDF_DATA_DIR="${XDG_DATA_HOME}"/asdf

export ASDF_CONFIG_FILE="${XDG_CONFIG_HOME}"/asdf/asdfrc

@b3nj5m1n
Copy link
Owner

Thanks!

@b3nj5m1n b3nj5m1n merged commit 3d48086 into b3nj5m1n:main Jul 14, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants