Skip to content

Commit

Permalink
Update server type in create server example
Browse files Browse the repository at this point in the history
The old server type has been deprecated.
  • Loading branch information
HenningHolmDE committed Nov 10, 2024
1 parent ef49893 commit 9daa3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/create_delete_servers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use rand::{distributions, thread_rng, Rng};
use std::{env, thread, time};

// server type and location to be used for creating the servers
const SERVER_TYPE: &str = "cx11";
const SERVER_TYPE: &str = "cx22";
const LOCATION: &str = "fsn1";
const IMAGE: &str = "ubuntu-22.04";

Expand Down

0 comments on commit 9daa3f3

Please sign in to comment.