Skip to content

Commit

Permalink
Shorten box names
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Sep 9, 2022
1 parent e3e5987 commit 3733167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiss/api/src/box.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ pub struct BoxMachineSpec {

impl BoxMachineSpec {
pub fn hostname(&self) -> String {
self.uuid.to_string()
self.uuid.to_string().replace('-', "")
}
}

Expand Down

0 comments on commit 3733167

Please sign in to comment.