Skip to content
Snippets Groups Projects
Commit 64536e65 authored by Nikolaos Kakouros's avatar Nikolaos Kakouros
Browse files

wip

parent 6f185fb6
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,12 @@ declare -x GO_TAB_COMPLETIONS_PATTERN='' ...@@ -63,7 +63,12 @@ declare -x GO_TAB_COMPLETIONS_PATTERN=''
. "$_GO_USE_MODULES" 'core' . "$_GO_USE_MODULES" 'core'
core_get_installed_version core_get_installed_version
core_parse_project_config
if ! [[ "${1-}" == 'core' && "${2-}" == 'bootstrap' ]]; then
core_parse_project_config
# When bootstrapping, the project config does not need to be read, since it is
# create by bootstrap itself.
fi
function headstart() { function headstart() {
local debug=false local debug=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment