Skip to content

Commit

Permalink
fix: enhance user clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmerrell committed Feb 2, 2024
1 parent a5493df commit 5ac4059
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 5ac4059

Please sign in to comment.