We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running pdk module build I receive the following
pdk module build
C:\Source\tmp\pdk_release\puppetlabs-inifile [master ≡ +2 ~3 -0 !]> pdk module build pdk (WARN): Modules are built using the â?~pdk buildâ?T command.
Note the funny looking characters â?~ and â?T
â?~
â?T
This is due to the "smart quotes" in
pdk/lib/pdk/cli/module/build.rb
Line 8 in c9a7ae5
We should probably do an audit and get rid of "smart quotes" as they don't render in some terminals
Windows 10 - 1803 - powershell.exe PDK 1.14.1
The text was updated successfully, but these errors were encountered:
(puppetlabs#806) Use ASCII quotes instead of Unicode quotes
398b9f1
4748aee
Merge pull request #807 from rodjek/gh-806
8283205
(#806) Use ASCII quotes instead of Unicode quotes
96897e9
Successfully merging a pull request may close this issue.
When running
pdk module build
I receive the followingNote the funny looking characters
â?~
andâ?T
This is due to the "smart quotes" in
pdk/lib/pdk/cli/module/build.rb
Line 8 in c9a7ae5
We should probably do an audit and get rid of "smart quotes" as they don't render in some terminals
Windows 10 - 1803 - powershell.exe
PDK 1.14.1
The text was updated successfully, but these errors were encountered: