Skip to content

Commit b6dcb8a

Browse files
committed
Changing the flavor back to Client
--HG-- branch : client
1 parent ae34a78 commit b6dcb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/Hast.Samples.Consumer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static async Task MainTask(string[] args)
7171
// Configuring the Hastlayer shell. Which flavor should we use? If you're unsure then you'll need
7272
// the Client flavor: This will let you connect to a remote Hastlayer service to run the software
7373
// to hardware transformation.
74-
var hastlayerConfiguration = new HastlayerConfiguration { Flavor = HastlayerFlavor.Developer };
74+
var hastlayerConfiguration = new HastlayerConfiguration { Flavor = HastlayerFlavor.Client };
7575

7676
// Initializing a Hastlayer shell. Since this is non-trivial to do you can cache this shell object
7777
// while the program runs and re-use it continuously. No need to always wrap it into a using() like

0 commit comments

Comments
 (0)