Skip to content
Snippets Groups Projects
Commit 50860bf4 authored by Alex Iribarren's avatar Alex Iribarren
Browse files

Merge branch 'dev' into 'master'

Missing newline

See merge request !25
parents 857eac9b fbc9cc36
No related branches found
No related tags found
1 merge request!25Missing newline
Pipeline #628664 passed
......@@ -26,7 +26,7 @@ echo $REPOFILE | base64 -d >> /etc/yum.repos.d/sync.repo
# Don't try to download asynchronously
# There's a crappy bug in that async code somewhere, this avoids it
echo "async=0" >> /etc/yum.repos.d/sync.repo
printf "\nasync=0\n" >> /etc/yum.repos.d/sync.repo
REPOPATH="/repo/${REPOPATH}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment