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

v2.1 Automation Whitespace Bug #5

Open
andrewmcodes opened this issue Oct 11, 2022 · 1 comment
Open

v2.1 Automation Whitespace Bug #5

andrewmcodes opened this issue Oct 11, 2022 · 1 comment

Comments

@andrewmcodes
Copy link

It appears that it doesn't actually break anything so this is low prio. 😄

Bug

When running the automation:

bin/bridgetown apply https://github.com/bridgetownrb/bridgetown-cloudinary

On a new Bridgetown v1.2.0.beta3 site, the following output is produced:

  init :"bridgetown-cloudinary"do
    cloud_name "andrewmcodes"
  end

instead of:

  init :"bridgetown-cloudinary" do
    cloud_name "andrewmcodes"
  end

Notice there is no space between the "" and do in the first example.

Reproduction Steps

  1. Run bin/bridgetown apply https://github.com/bridgetownrb/bridgetown-cloudinary in the root of your Bridgetown site
  2. Look at output in config/initializers.rb

Desired Solution

Ideally there would be a space between the end of the " and do here. I tried messing with it for a few minutes and couldn't get it so wanted to get an issue opened for visibility.

Versions

  • Bridgetown 1.2.0.beta3
  • bridgetown-cloudinary 2.1.0
@jaredcwhite
Copy link
Member

Yeah, that was an annoying thing I think I fixed on main but it didn't get into the beta3 release. Thanks for tracking it here so we can verify it later.

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

No branches or pull requests

2 participants