Skip to content

Commit

Permalink
Update logic for submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh committed Nov 23, 2022
1 parent b5c431d commit 972d0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ function checkout_module {
git config --global --add safe.directory "${base_folder}/aztfmod"
fi
git submodule init 2>&1
git submodule update --remote --checkout 2>&1
git submodule update --force --checkout 2>&1
fi
fi
}
Expand Down

0 comments on commit 972d0d1

Please sign in to comment.