Skip to content

Commit

Permalink
Update allsky_common.h.repo: fix placeholder name
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored May 5, 2024
1 parent 4cd6dcf commit 3ed1990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/allsky_common.h.repo
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ struct config { // for configuration variables
int cameraNumber = 0; // camera number index (starts at 0)

// Settings can be in the config file and/or command-line.
char const *allskyHome = "XX_ALLSKY_HOME"; // full pathname to home of Allsky
char const *allskyHome = "XX_ALLSKY_HOME_XX"; // full pathname to home of Allsky
char const *configFile = "";
// File with list of connected cameras
char const *connectedCamerasFile = "XX_CONNECTED_CAMERAS_FILE_XX";
Expand Down

0 comments on commit 3ed1990

Please sign in to comment.