pop back out of the folder after syncing deps
diff --git a/skia/dependencies/get_skia.sh b/skia/dependencies/get_skia.sh
index 33d0daa..47a0b4c 100755
--- a/skia/dependencies/get_skia.sh
+++ b/skia/dependencies/get_skia.sh
@@ -28,9 +28,10 @@
     # switch to a stable branch
     echo "Checking out stable branch $SKIA_STABLE_BRANCH"
     git checkout $SKIA_STABLE_BRANCH
-
     python tools/git-sync-deps
+    cd .. 
 }
 
 getSkia https://github.com/rive-app/skia rive skia_rive_optimized
+
 getSkia https://github.com/google/skia chrome/m99 skia
\ No newline at end of file