Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AOx0 authored Jan 9, 2024
1 parent 1bbbe59 commit 7cc0431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rm ./gpg_key
gpg --list-keys --keyid-format=long
gpg --list-secret-keys --keyid-format=long

for i in hyprland-git helix-git typst-git gitkraken-wayland; do
for i in helix-git typst-git gitkraken-wayland; do
status=13
git submodule update --init $i
cd $i
Expand Down

0 comments on commit 7cc0431

Please sign in to comment.