Skip to content

Commit

Permalink
Display last recent source
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Nov 4, 2024
1 parent eb59012 commit 0fc4149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ func printStore(cmd *cobra.Command, msgData *runnerv1.MonitorEnvStoreResponse_Sn
table.AddField(strings.ToUpper("Value"))
table.AddField(strings.ToUpper("Description"))
table.AddField(strings.ToUpper("Spec"))
table.AddField(strings.ToUpper("Origin"))
table.AddField(strings.ToUpper("Source"))
table.AddField(strings.ToUpper("Updated"))
table.EndRow()

Expand Down

0 comments on commit 0fc4149

Please sign in to comment.