Skip to content

Commit

Permalink
Merge pull request #996 from ORNL/JoshuaSBrown-bug-fix-function-name-…
Browse files Browse the repository at this point in the history
…lego-install

Add a CHANGELOG comment
  • Loading branch information
JoshuaSBrown committed Aug 26, 2024
2 parents 3e6ee45 + f363712 commit 1b3a30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
17. [983] - Fixes google analytics by adding nonce which was broken.
18. [995] - Fixes issue with project and user folders in repo being created under root user permissions.
19. [994] - Fixes issue with spaces not being preserved in shell scripts from docker compose .env file.
20. [996] - Fixes bug in lego install script where function name had additional s

# v2023.10.23.15.50

Expand Down
2 changes: 1 addition & 1 deletion scripts/install_lego_and_certificates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ then
exit 1
fi

sudo_commands
sudo_command

"$SUDO_CMD" add-apt-repository --yes ppa:longsleep/golang-backports
"$SUDO_CMD" apt-get update
Expand Down

0 comments on commit 1b3a30e

Please sign in to comment.