From a869ce52a1c8e467af287640350402a1a52f1f15 Mon Sep 17 00:00:00 2001 From: Johanan Liebermann Date: Mon, 10 Sep 2018 18:44:27 +0200 Subject: [PATCH] Edit comment --- aws/aws.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/aws/aws.go b/aws/aws.go index 4bb94de..eb63ff4 100644 --- a/aws/aws.go +++ b/aws/aws.go @@ -20,10 +20,8 @@ type Credentials struct { } // WriteToFile writes credentials to an AWS CLI credentials file -// (https://docs.aws.amazon.com/cli/latest/userguide/cli-config-files.html). -// -// In addition, this function will remove expired temporary credentials -// from the credentials file. +// (https://docs.aws.amazon.com/cli/latest/userguide/cli-config-files.html). In addition, this +// function removes expired temporary credentials from the credentials file. func WriteToFile(c *Credentials, filename string, section string) error { cfg, err := ini.LooseLoad(filename) if err != nil {