Skip to content

Commit 80fce3a

Browse files
committed
checkout dev branch instead of temporary feature branch
1 parent 12f1f8c commit 80fce3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_desktop_app_with_firebase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def build_source_vcpkg_dependencies(sdk_source_dir, arch, msvc_runtime_library):
119119
"""
120120
# TODO: Remove this once dev branch of firebase-cpp-sdk repo has been merged
121121
# onto main branch. This is required because vcpkg lives only in dev branch currently.
122-
subprocess.run(['git', 'checkout', 'feature/python-tool-build-apps-with-firebase'],
122+
subprocess.run(['git', 'checkout', 'dev'],
123123
cwd=sdk_source_dir, check=True)
124124
subprocess.run(['git', 'pull'], cwd=sdk_source_dir, check=True)
125125

0 commit comments

Comments
 (0)