Skip to content

Commit

Permalink
Fix a syntax error in the install script
Browse files Browse the repository at this point in the history
  • Loading branch information
CaspianA1 committed Aug 12, 2024
1 parent e427ad3 commit ce7275e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/upgrade_plugin_in_all_repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ upgrade_repo() {
fi

echo "$upgrade_output"

last_directory="$directory"
done

if [[ $all_upgrades_skipped = true ]]; then
Expand All @@ -114,7 +116,7 @@ upgrade_repo() {
##########

orig_dir="$PWD"
cd "$first_directory"
cd "$last_directory"
version=$(get_eslint_plugin_version)
cd "$orig_dir"

Expand Down

0 comments on commit ce7275e

Please sign in to comment.