Skip to content

Commit

Permalink
exclude shell-init from license enforcement
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique Saidalavi <Ashique.saidalavi@progress.com>
  • Loading branch information
ashiqueps committed Oct 24, 2024
1 parent 8b1543c commit 4cc22ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/main-chef-wrapper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func main() {
}

func initLicensing() {
if os.Args[1] == "license" {
if os.Args[1] == "license" || os.Args[1] == "shell-init" {
return
}

Expand Down

0 comments on commit 4cc22ab

Please sign in to comment.