Skip to content

Commit

Permalink
Update command/base_helpers.go
Browse files Browse the repository at this point in the history
Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
  • Loading branch information
alexanderbez and calvn authored May 21, 2020
1 parent 250aade commit a766941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/base_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func humanDurationInt(i interface{}) interface{} {
}

// parseFlagFile accepts a flag value returns the contets of that value. If the
// value starts with '@', that indicates the value is a file and it's contets
// value starts with '@', that indicates the value is a file and its content
// should be read and returned. Otherwise, the raw value is returned.
func parseFlagFile(raw string) (string, error) {
// check if the provided argument should be read from file
Expand Down

0 comments on commit a766941

Please sign in to comment.