Skip to content

Commit

Permalink
Merge pull request #97 from Clever/expand-cw-region
Browse files Browse the repository at this point in the history
Expand cw region
  • Loading branch information
taylor-sutton authored Mar 3, 2021
2 parents 307a395 + f103bea commit 18b85ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.0
v0.5.0
3 changes: 3 additions & 0 deletions cmd/sfncli/sfncli.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ func main() {
}
if *cloudWatchRegion == "" {
*cloudWatchRegion = *region
} else {
*cloudWatchRegion = os.ExpandEnv(*cloudWatchRegion)
}

if *workDirectory != "" {
if err := validateWorkDirectory(*workDirectory); err != nil {
fmt.Println(err)
Expand Down

0 comments on commit 18b85ed

Please sign in to comment.