Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Signed-off-by: Shlok Mishra <99207534+Jougan-0@users.noreply.github.com>
  • Loading branch information
Jougan-0 committed Nov 7, 2023
1 parent 5a848eb commit 47bb436
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/component_updater/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ func main() {
log.Fatal("provide a valid spreadsheet URL")
return
}
fmt.println(url)
fmt.println(os.Args[2])
fmt.println(os.Args[3])
fmt.println(os.Args[4])

if len(os.Args) <= 2 {
log.Fatal("system flag is missing")
Expand Down

0 comments on commit 47bb436

Please sign in to comment.