Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Fixes small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldreingruber committed May 8, 2021
1 parent 75c446a commit 2e46935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/startupScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async function main(name = 'start-script-example') {
console.log('Operation complete. Waiting for IP');
await pingVM(ip);

console.log(`\n${name} created succesfully`);
console.log(`\n${name} created successfully`);
}

/**
Expand Down

0 comments on commit 2e46935

Please sign in to comment.