Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 4240edf

Browse files
committed
solana.client-demo now runs client.sh for the bash extras
1 parent 30e50d0 commit 4240edf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

snap/snapcraft.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ apps:
4545
plugs:
4646
- home
4747
client-demo:
48-
command: solana-client-demo
48+
# TODO: Merge client.sh functionality into solana-client-demo proper
49+
command: client.sh
50+
#command: solana-client-demo
4951
plugs:
5052
- network
5153
- network-bind

0 commit comments

Comments
 (0)