Skip to content

Commit

Permalink
Merge pull request #82 from justinmerrell/project-folder
Browse files Browse the repository at this point in the history
fix: enhance user clarity
  • Loading branch information
DireLines authored Feb 2, 2024
2 parents a5493df + 5ac4059 commit 30e6f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/project/functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ func startProject(networkVolumeId string) error {
projectPathUuidDev := path.Join(projectPathUuid, "dev")
projectPathUuidProd := path.Join(projectPathUuid, "prod")
remoteProjectPath := path.Join(projectPathUuidDev, projectName)
fmt.Printf("Checking pod project folder: %s on pod %s\n", remoteProjectPath, projectPodId)
fmt.Printf("Checking remote project folder: %s on Pod %s\n", remoteProjectPath, projectPodId)
sshConn.RunCommands([]string{fmt.Sprintf("mkdir -p %s %s", remoteProjectPath, projectPathUuidProd)})
//rsync project files
fmt.Printf("Syncing files to pod %s\n", projectPodId)
Expand Down

0 comments on commit 30e6f63

Please sign in to comment.