Skip to content

Commit

Permalink
chore: update sh (#190)
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <[email protected]>
  • Loading branch information
donniean authored Jan 12, 2024
1 parent 17016e8 commit f6115a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/git-deps-upgrade-checkout.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
checkout() {
echo "\n"
echo "checkout $1"
echo ""
cd ~/Workspaces/"$1" || exit
Expand Down
1 change: 0 additions & 1 deletion scripts/git-update.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
update() {
echo "\n"
echo "cd ~/Workspaces/$1 && git checkout main && git pull --all --prune"
echo ""
cd ~/Workspaces/"$1" && git checkout main && git pull --all --prune
Expand Down

0 comments on commit f6115a3

Please sign in to comment.