Skip to content

Commit

Permalink
fix repository conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Nov 14, 2023
1 parent 69fc051 commit 82968f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/alpine-gh-copilot-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-gh-copilot-cli",
"id": "alpine-gh-copilot-cli",
"version": "0.0.5",
"version": "0.0.6",
"description": "Installs Github Copilot CLI on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-gh-copilot-cli",
"installsAfter": [
Expand Down
2 changes: 1 addition & 1 deletion src/alpine-gh-copilot-cli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

echo "Activating feature 'alpine-gh-copilot-cli'"

apk --no-cache add npm
apk --no-cache add npm --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
npm i -g @githubnext/github-copilot-cli

if [[ $INITALIAS == "true" ]]; then
Expand Down

0 comments on commit 82968f0

Please sign in to comment.