summaryrefslogtreecommitdiff
path: root/.expeditor/update_bundler_dep.sh
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-08-24 13:13:22 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-08-24 13:13:22 -0700
commitf75f7d1036abde8eba236cb6a72fb65e7ba582a1 (patch)
tree9a5fdca8cb90fb38b872a3b57b2f583478360ba4 /.expeditor/update_bundler_dep.sh
parent6986e83e9e50588d6176f2fe829c3b9a88571f5a (diff)
downloadchef-f75f7d1036abde8eba236cb6a72fb65e7ba582a1.tar.gz
bump a bunch of CI to main
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to '.expeditor/update_bundler_dep.sh')
-rwxr-xr-x.expeditor/update_bundler_dep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/update_bundler_dep.sh b/.expeditor/update_bundler_dep.sh
index 71575a6c76..375fc3daf0 100755
--- a/.expeditor/update_bundler_dep.sh
+++ b/.expeditor/update_bundler_dep.sh
@@ -24,6 +24,6 @@ git commit --message "Bump $EXPEDITOR_REPO to $EXPEDITOR_LATEST_COMMIT" --messag
open_pull_request "$EXPEDITOR_BRANCH"
-# Get back to master and cleanup the leftovers - any changed files left over at the end of this script will get committed to master.
+# Get back to main and cleanup the leftovers - any changed files left over at the end of this script will get committed to main.
git checkout -
git branch -D "$branch"