We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed0950 commit d1756aeCopy full SHA for d1756ae
logic.rb
@@ -124,7 +124,7 @@
124
File.open(DEV_ENV_CONTEXT_FILE, 'w+') { |file| file.write(config_repo) }
125
end
126
127
- config_repo = File.read(DEV_ENV_CONTEXT_FILE)
+ config_repo = File.read(DEV_ENV_CONTEXT_FILE).strip
128
# Check if dev-env-config exists, and if so pull the dev-env configuration. Otherwise clone it.
129
if Dir.exist?(DEV_ENV_CONFIG_DIR)
130
new_project = false
0 commit comments