Skip to content

Commit

Permalink
Handle build failure due to =
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr authored Dec 19, 2017
1 parent b714dfa commit 06d159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ start_docker() {
done

if [ -n "$4" ]; then
server_args="${server_args} --registry-mirror=$4"
server_args="${server_args} --registry-mirror $4"
fi

dockerd --data-root /scratch/docker ${server_args} >$LOG_FILE 2>&1 &
Expand Down

0 comments on commit 06d159f

Please sign in to comment.