Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix log message
Browse files Browse the repository at this point in the history
Co-Authored-By: feifeiiiiiiiiiii <[email protected]>
pleshakov and feifeiiiiiiiiiii authored Nov 9, 2018
1 parent bf3ca11 commit 6a4f903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/nginx/nginx.go
Original file line number Diff line number Diff line change
@@ -440,7 +440,7 @@ func (nginx *Controller) UpdateConfigVersionFile() {
if !nginx.local {
err := createFileAndWrite(tempname, cfg)
if err != nil {
glog.Fatalf("Failed to write NGINX conf: %v", err)
glog.Fatalf("Failed to write version config file: %v", err)
}

err = os.Rename(tempname, filename)

0 comments on commit 6a4f903

Please sign in to comment.