mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Fix 'git submodule' after git security update
This commit is contained in:
parent
e9428449ff
commit
30bf5f8b39
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ pub struct SyncSubmodule {
|
||||||
|
|
||||||
impl BuildAction for SyncSubmodule {
|
impl BuildAction for SyncSubmodule {
|
||||||
fn command(&self) -> &str {
|
fn command(&self) -> &str {
|
||||||
"git submodule update --init $path"
|
"git -c protocol.file.allow=always submodule update --init $path"
|
||||||
}
|
}
|
||||||
|
|
||||||
fn files(&mut self, build: &mut impl build::FilesHandle) {
|
fn files(&mut self, build: &mut impl build::FilesHandle) {
|
||||||
|
|
Loading…
Reference in a new issue