Skip to content

Commit

Permalink
Remove legacy reference to userName
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Apr 24, 2023
1 parent feb9321 commit f83efce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ func drupalUliCmd(actionID string) func(botCtx slacker.BotContext, request slack
uri := request.Param("uri")
namespace := request.StringParam("namespace", "prod")
uid := request.StringParam("uid", "1")
userName := botCtx.Event().UserName
fmt.Println(fmt.Sprintf("[drupal-uli] (%s) %s/%s", userName, uri, namespace))
fmt.Println(fmt.Sprintf("[drupal-uli] (%s) %s/%s", uid, uri, namespace))
config := getK8sConfig()
client := getK8sClient(config)
drupalUli, errorMsg := executeDrupalUli(client, config, uri, namespace, uid)
Expand Down

0 comments on commit f83efce

Please sign in to comment.