Skip to content

Commit

Permalink
feat/util-sync-with-upstream rfactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
hminaee-tc committed Jul 17, 2024
1 parent 27fd8f3 commit c3e3e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/utils/fork_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ merge_upstream_changes() {
sync_fork_with_upstream_branch() {
log "INFO" "Syncing fork with upstream branch."
local upstream_content=$(get_upstream)
# local upstream_branch="feat/add-initial-sync-flow"
local upstream_branch="main"
ensure_jq_installed
local upstream_repo=$(parse_upstream_repo "${upstream_content}")
# local upstream_repo=$(parse_upstream_repo "${upstream_content}")
local upstream_repo=upstream_content
log "INFO" "upstream_repo is: $upstream_repo"
add_remote_upstream "${upstream_repo}"
fetch_upstream_changes
Expand Down

0 comments on commit c3e3e4d

Please sign in to comment.