Skip to content

Commit 9945e63

Browse files
author
Shimin Guo
committed
minor fix
1 parent a846155 commit 9945e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubeconfig/src/Kubernetes/KubeConfig.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ getCluster cfg@Config {clusters=clusters} = do
181181
let maybeCluster = Map.lookup clusterName (toMap clusters)
182182
case maybeCluster of
183183
Just cluster -> Right cluster
184-
Nothing -> Left ("No cluster named " <> T.unpack cluster)
184+
Nothing -> Left ("No cluster named " <> T.unpack clusterName)

0 commit comments

Comments
 (0)