Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Sep 5, 2024
1 parent ecd03e6 commit acefb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/_git-fetch
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ touch "${PROCESS_LOCK_FILE}"

if [ "${PROJECT_CHECKOUT_MODE}" == "follow" ]; then
repo_dir=${CRUCIBLE_HOME}/subprojects/$(get_project_type_dir ${PROJECT_TYPE})/${PROJECT_NAME}
if push ${repo_dir} > /dev/null; then
if pushd ${repo_dir} > /dev/null; then
if [ -d "./.git" ]; then
git remote --verbose update --prune

Expand Down

0 comments on commit acefb21

Please sign in to comment.