Skip to content

Commit bec5466

Browse files
committed
Fix typo
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
1 parent 279efae commit bec5466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
var (
15-
// Version is the current version of the devopsdays-cli tool. Unless set elsehwere, it is referred to as "master"
15+
// Version is the current version of the devopsdays-cli tool. Unless set elsewhere, it is referred to as "master"
1616
Version = "master"
1717
// Build is the current build of the devopsdays-cli tool.
1818
// @todo The Build variable in cmd/version.go needs to be set somewhere.

0 commit comments

Comments
 (0)