Skip to content

Commit

Permalink
chore: little submodules updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Oct 25, 2023
1 parent 8216f03 commit 2882c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
[submodule "src/fiddle"]
name = go.octolab.org/toolset/fiddle
path = src/fiddle
url = [email protected]:octomation/fiddle.git
url = [email protected]:withsparkle/fiddle.git
[submodule "src/loop"]
name = go.octolab.org/toolset/loop
path = src/loop
Expand Down
2 changes: 1 addition & 1 deletion bin/lib/git/submodule.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
git submodule deinit -f "${submodule}"
rm -rf ".git/modules/${submodule}"
git rm -f "${submodule}"
git config -f .gitmodules --remove-section "submodule.${submodule}"
git config -f .gitmodules --remove-section "submodule.${submodule}" || true
}

0 comments on commit 2882c1d

Please sign in to comment.