Skip to content

Commit

Permalink
🐛 FIX: #23
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Feb 4, 2021
1 parent 84e8255 commit eaf1d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/init-gitpod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ ! -d "$GITPOD_REPO_ROOT/bootstrap" ]; then
fi
fi
# Install https://github.com/github-changelog-generator/github-changelog-generator
installed_changelog_gen=$(. /tmp/utils.sh parse_ini_value /tmp/starter.ini github-changelog-generator install)
installed_changelog_gen=$(bash utils.sh parse_ini_value starter.ini github-changelog-generator install)
if [ "$installed_changelog_gen" == 1 ]; then
gem install github_changelog_generator
fi
Expand Down

0 comments on commit eaf1d83

Please sign in to comment.