Skip to content

Commit cb5d6b9

Browse files
committed
Fix degradation in 3130bfe
`$AWS_PROFILE` is not used
1 parent e5cfb20 commit cb5d6b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ var awsProfile string
3535

3636
func init() {
3737
RootCmd.Flags().BoolVarP(&isShowVersion, "version", "v", false, "print the version of s3-edit")
38-
RootCmd.PersistentFlags().StringVarP(&awsProfile, "profile", "", "default", "Use a specific profile from your credential file")
38+
RootCmd.PersistentFlags().StringVarP(&awsProfile, "profile", "", "", "Use a specific profile from your credential file")
3939
}

0 commit comments

Comments
 (0)