Skip to content

Commit

Permalink
typing error in package main file
Browse files Browse the repository at this point in the history
  • Loading branch information
Atoo35 committed Jul 22, 2023
1 parent e93865e commit 4ccb854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ot getpackage main
package main

import (
"flag"
Expand Down Expand Up @@ -41,7 +41,7 @@ func main() {
if configPath == "" {
savedPath, err := helper.GetConfigDir()
helper.Fatal(fmt.Sprintf("Could not get config path: %s", err), true, err)

if savedPath == "" {
// Construct default paths for the YAML file based on the user's operating system
var unixDefaultPath string = helper.UnixPath(yaml)
Expand Down

0 comments on commit 4ccb854

Please sign in to comment.