Skip to content

Commit fe9b5b3

Browse files
authored
Merge pull request rails#44795 from jbampton/fix-case-of-github
Change `github` to `GitHub`
2 parents ca9fa85 + 99fa730 commit fe9b5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/library-scripts/github-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ else
177177
fi
178178

179179
# Install the GitHub CLI
180-
echo "Downloading github CLI..."
180+
echo "Downloading GitHub CLI..."
181181
# Import key safely (new method rather than deprecated apt-key approach) and install
182182
. /etc/os-release
183183
receive_gpg_keys GITHUB_CLI_ARCHIVE_GPG_KEY /usr/share/keyrings/githubcli-archive-keyring.gpg

0 commit comments

Comments
 (0)