Skip to content

Commit 0bc9607

Browse files
committed
fix: install package
1 parent 4e9a111 commit 0bc9607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/git-delta/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "git-delta",
33
"id": "git-delta",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Install git-delta, a syntax-highlighting pager for git, diff, grep, and blame output",
66
"options": {
77
"version": {

src/git-delta/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ DELTA_DOWNLOAD_URL="https://github.com/dandavison/delta/releases/download/${DELT
2929
DELTA_PACKAGE_FILE="git-delta.deb"
3030

3131
curl -fsSL "${DELTA_DOWNLOAD_URL}" -o "${DELTA_PACKAGE_FILE}"
32-
# sudo dpkg -i "${DELTA_PACKAGE_FILE}"
32+
sudo dpkg -i "${DELTA_PACKAGE_FILE}"
3333
rm "${DELTA_PACKAGE_FILE}"

0 commit comments

Comments
 (0)