Skip to content

Commit

Permalink
Fix command line handler activation script
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Nov 1, 2023
1 parent b91b4b6 commit cf6d330
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/gs64/command-line-handler.tpz
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
iferror exit 1
login
send LaunchpadCommandLineHandler activateWith: (CommandLineArguments new copyAfter: '--')
doit
LaunchpadCommandLineHandler activateWith: (CommandLineArguments new copyAfter: '--')
%
exit 0

0 comments on commit cf6d330

Please sign in to comment.