Skip to content

Commit

Permalink
feat: Handle project path
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier-IV committed Sep 11, 2023
1 parent 9d3f444 commit c73a815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/windclutter/cli/commands/project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def call(name: nil, **)

Config.update('active_project', project_name)
Config.setup_project(project_name)
Config.update_project(project_name, 'project_path', Dir.pwd)
puts "Using project \"#{project_name}\"".green
end
end
Expand Down

0 comments on commit c73a815

Please sign in to comment.