Skip to content

Commit 293a491

Browse files
committed
lint
1 parent 42f0a2d commit 293a491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/core/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func ExtractProfileName(ctx context.Context) string {
114114
return extractMeta(ctx).ProfileFlag
115115
}
116116

117-
// Handle SCW_PROFILE env varibale
117+
// Handle SCW_PROFILE env variable
118118
if env := ExtractEnv(ctx, scw.ScwActiveProfileEnv); env != "" {
119119
return env
120120
}

0 commit comments

Comments
 (0)