Skip to content

Commit

Permalink
Fix Command call
Browse files Browse the repository at this point in the history
  • Loading branch information
ys authored and fivetanley committed Dec 14, 2020
1 parent d27bcec commit c396ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spaces/commands/vpn/update.js
Expand Up @@ -42,5 +42,5 @@ The connection is established over the public Internet but all traffic is encryp
{ name: 'cidrs', char: 'c', hasValue: true, description: 'a list of routable CIDRs separated by commas' },
{ name: 'space', char: 's', hasValue: true, description: 'space name' }
],
run
run: cli.command(run)
}

0 comments on commit c396ab6

Please sign in to comment.