Skip to content

Commit d1756ae

Browse files
committed
Trime whitespace from config
1 parent eed0950 commit d1756ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logic.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
File.open(DEV_ENV_CONTEXT_FILE, 'w+') { |file| file.write(config_repo) }
125125
end
126126

127-
config_repo = File.read(DEV_ENV_CONTEXT_FILE)
127+
config_repo = File.read(DEV_ENV_CONTEXT_FILE).strip
128128
# Check if dev-env-config exists, and if so pull the dev-env configuration. Otherwise clone it.
129129
if Dir.exist?(DEV_ENV_CONFIG_DIR)
130130
new_project = false

0 commit comments

Comments
 (0)